Admin API Keys

Get an API key by ID

get/admin/api-keys/{id}

Path parameters

idstring required

API key ID

Response

idstring required

Unique identifier

namestring required

Name of the API key

descriptionstring

Description

keyPrefixstring required

Key prefix for identification (first 8 chars)

isActiveboolean required

Whether the key is active

lastUsedAtstring

Last time the key was used

expiresAtstring

Expiration date

createdAtstring required

Creation timestamp

updatedAtstring required

Update timestamp

Changes