DocsAPI ReferenceGet a single API key
GET
/api/v1/api-keys/{key_id}Returns metadata for one API key by its integer ID. The secret is never returned.
Path Parameters
key_idintegerrequirede.g. 42Key integer ID from the `id` field.
Headers
X-API-KeystringrequiredYour workspace API key.
Responses
200API key metadata.
404Key not found in this workspace.
Try it live
API Configurationglobal · all endpoints
GET
https://api.serveka.com/api/v1/api-keys/42Path Parameters
curl -X GET 'https://api.serveka.com/api/v1/api-keys/42' \