Skip to main content
GET
/
v1
/
identity
/
api-keys
List API keys for the current organization
curl --request GET \
  --url https://api-sandbox.featherhq.com/v1/identity/api-keys \
  --header 'x-api-key: <api-key>'
[
  {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "name": "<string>",
    "key_prefix": "<string>",
    "scopes": [
      "<string>"
    ],
    "is_active": true,
    "last_used_at": "2023-11-07T05:31:56Z",
    "expires_at": "2023-11-07T05:31:56Z",
    "created_at": "2023-11-07T05:31:56Z"
  }
]

Authorizations

x-api-key
string
header
required

Response

Successful Response

id
string<uuid>
required
name
string
required
key_prefix
string
required
scopes
string[]
required
is_active
boolean
required
last_used_at
string<date-time> | null
required
expires_at
string<date-time> | null
required
created_at
string<date-time>
required