API Tokens
API Tokens are the primary way to authenticate when interacting with the Devopness API.
They replace traditional username/password authentication with a token-based approach.
There are two types of API Tokens in Devopness:
- Personal Access Tokens - provide access across all projects the user can access.
- Project API Tokens - scoped to a single project, restricting access only to that project's resources.
Usage
info
Every request must include a valid token in the Authorization header:
Authorization: Bearer <your_api_token>