Honeycomb API (1.0.0)

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.

Auth

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.

Authorization

The default API key permissions work with this endpoint. Learn more about API keys.

List Authorizations

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.

Securityapi_key
Responses
200

Success

401

Unauthorized

default

Error

get/1/auth
Request samples
Response samples
application/json

Environment API Key

{
  • "api_key_access": {
    },
  • "environment": {
    },
  • "team": {
    }
}