API Keys
Retrieve an API key
Retrieves the metadata for an existing API key by its unique identifier. The raw secret is never returned; token carries a masked display value.
GET
Core - Retrieve key metadata
Related guide: API keys guide. See the API keys guide for a walkthrough with examples.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Unique identifier of the API key.
Response
The API key
Unique identifier of the key.
Display name of the key.
The raw secret on create only; a masked display value everywhere else.
Workspace the key belongs to.
Available options:
all, restricted, read_only Available options:
active, disabled, revoked Display prefix of the secret; not usable as a credential.