Skip to main content
GET
/
1
/
auth
List Authorizations
curl --request GET \
  --url https://api.honeycomb.io/1/auth
{
  "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"
  }
}

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