List API keys
Returns API keys visible to the current workspace as a JSON array sorted by name. Raw tokens are never included; the token field contains a masked display value.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Only return keys bound to this project. When omitted, every key visible to the caller is returned.
Only return keys of this source.
workspace, router Response
API keys visible to the caller
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.
all, restricted, read_only active, disabled, revoked Display prefix of the secret; not usable as a credential.