Skip to main content
GET
/
1
/
auth
List Authorizations
curl --request GET \
  --url https://api.honeycomb.io/1/auth \
  --header 'X-Honeycomb-Team: <api-key>'
{
  "id": "FL_xMM5LapLC",
  "type": "configuration",
  "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"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.honeycomb.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-Honeycomb-Team
string
header
required

Authenticate using a Honeycomb Configuration Key.

Pass the Token in the X-Honeycomb-Team header:

X-Honeycomb-Team: 1234567890123456789012

If you created your key using the API, use data.attributes.secret; this is the same value as the Token in the UI.

To learn how to create a Configuration Key, visit Manage Environment API Keys. To learn more about authenticating requests, visit API Authentication.

Response

Success

id
string
required

Unique identifier (ID) of the API Key.

type
enum<string>
required

The type of API Key.

Available options:
configuration,
ingest
api_key_access
object
required
environment
object
required
team
object
required