Account

List my API keys

GET/api/me/api-keys

Returns metadata for the current user's API keys. Available on self-hosted installations.

Headers

NameTypeDescription
AuthorizationrequiredstringAuthentication credentials, e.g. Bearer <token>.

Responses

200The operation completed successfully.
NameTypeDescription
createdAtrequiredstringDate and time the record was created.
idrequiredstringUnique identifier of the resource.
keyPrefixrequiredstringVisible prefix used to identify an API key.
lastUsedAtrequiredstringDate and time the credential was last used.
namerequiredstringDisplay name of the resource.
200 example
401Unauthorized.
NameTypeDescription
errorrequiredobjectError details returned when the operation fails.
401 example
404Not found.
NameTypeDescription
errorrequiredobjectError details returned when the operation fails.
404 example

Code samples

cURL