---
title: "List Authorizations"
method: GET
path: "/1/auth"
tags: ["Auth"]
---

# List Authorizations

`GET /1/auth`

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 `environment` values.

## Response `200`

Success

- Auth
  - `id` string, required — Unique identifier (ID) of the API Key.
  - `type` 'configuration' | 'ingest', required — The type of API Key.
  - `api_key_access` object, required
    - `events` boolean
    - `markers` boolean
    - `triggers` boolean
    - `boards` boolean
    - `queries` boolean
    - `columns` boolean
    - `createDatasets` boolean
    - `slos` boolean
    - `recipients` boolean
    - `privateBoards` boolean
  - `environment` object, required
    - `name` string — The name of the Environment. Will be empty for Classic environments.
    - `slug` string — The slug of the Environment. Will be empty for Classic environments.
  - `team` object, required
    - `name` string
    - `slug` string

## Other responses

- `401` — Unauthorized
- `429` — Rate Limit Exceeded
- `default` — Error

---

[API](https://skmtc.net/honeycomb/apis/honeycomb-api.md) · [All operations](https://skmtc.net/honeycomb/apis/honeycomb-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/honeycomb/honeycomb-api/revisions/117619fac2a5/schema)
