Download OpenAPI specification:Download
The API allows programmatic management of many resources within Honeycomb.
Please report any discrepancies with actual API behavior in Pollinators Slack or to Honeycomb Support.
API keys can have various permissions and belong to a specific Environment.
This endpoint can be used to validate authentication for a key, to determine what authorizations have been granted
to a key, and to determine the Team and Environment that a key belongs to.
The default API key permissions work with this endpoint. Learn more about API keys.
Lists all authorizations that have been granted for an API key within a team and environment.
Note: a Honeycomb Classic API key will return an empty string for both of the environment
values.
Success
Unauthorized
Error
Environment API Key
{- "api_key_access": {
- "events": true,
- "markers": true,
- "triggers": false,
- "boards": false,
- "queries": false,
- "columns": false,
- "createDatasets": true,
- "slos": false,
- "recipients": false,
- "privateBoards": false
}, - "environment": {
- "name": "Production",
- "slug": "production"
}, - "team": {
- "name": "Honeycomb Docs",
- "slug": "honeycomb-docs"
}
}