# List Authorizations Returns metadata about the API Key used to call the API. Note: a Honeycomb Classic API key will return an empty string for both of the values. Endpoint: GET /1/auth Version: 1.0.0 Security: configuration_key, ingest_key ## Response 200 fields (application/json): - `id` (string, required) Unique identifier (ID) of the API Key. - `type` (string, required) The type of API Key. Enum: "configuration", "ingest" - `api_key_access` (object, required) - `api_key_access.events` (boolean) - `api_key_access.markers` (boolean) - `api_key_access.triggers` (boolean) - `api_key_access.boards` (boolean) - `api_key_access.queries` (boolean) - `api_key_access.columns` (boolean) - `api_key_access.createDatasets` (boolean) - `api_key_access.slos` (boolean) - `api_key_access.recipients` (boolean) - `api_key_access.privateBoards` (boolean) - `environment` (object, required) - `environment.name` (string) The name of the Environment. Will be empty for Classic environments. - `environment.slug` (string) The slug of the Environment. Will be empty for Classic environments. - `team` (object, required) - `team.name` (string) - `team.slug` (string) ## Response 401 fields (application/json): - `error` (string) ## Response 429 fields (application/json): - `error` (string) ## Response default fields (application/json): - `error` (string)