Authentication
All Corbulo API requests require authentication via an API key.API Key Authentication
Pass your API key as a Bearer token in theAuthorization header:
Creating API Keys
Create API keys from the Corbulo dashboard under Settings > API Keys, or programmatically via the API:Managing API Keys
List Keys
Response
Revoke a Key
204 No Content on success.
Key Scoping
API keys are scoped to the user who created them. The key inherits the user’s project memberships and roles — it can access the same projects the user belongs to, with the same permissions.Error Responses
401 Example
403 Example