Skip to main content
Get My Api Key

Response

200 - application/json
ApiKeyInfo · object | null

Successful Response

Non-secret description of a user's API key for one organization.

Deliberately carries no key_hash: the full key is returned exactly once, when it is generated, and only its prefix is retrievable afterwards.

No expiry field: api_keys has no expires_at column in any deployed environment (verified against staging and production), and nothing in the auth path enforces one — _auth_from_api_key matches on key_hash alone. Surfacing an expiry would promise a guarantee that does not exist.

key_prefix
string | null
created_at
string<date-time> | null