Admin API Keys

Revoke an API key (set isActive to false)

post/admin/api-keys/{id}/revoke

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

No recorded changes to this endpoint across all 1 revision of this API.