Skip to main content
GET
/
{org}
/
api-keys
List API keys
curl --request GET \
  --url https://staging.depot.mesa.dev/{org}/api-keys \
  --header 'Authorization: Bearer <token>'
{
  "api_keys": [
    {
      "id": "<string>",
      "name": "<string>",
      "scopes": [
        "<string>"
      ],
      "last_used_at": "<string>",
      "expires_at": "<string>",
      "revoked_at": "<string>",
      "created_at": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

org
string
required

Response

API keys list

api_keys
object[]
required