api-keys

List My Api Keys

The caller's own keys, active and dead.

Revoked and expired rows are included on purpose — "my key stopped working" is answered by the status column, and hiding the row leaves the caller staring at a 401 with nothing to read.

get/api/v1/api-keys

Headers

authorizationstring nullable
X-API-Keystring nullable

Response

Successful Response

idinteger required
namestring required
user_idinteger required
user_namestring nullable
user_emailstring nullable
key_prefixstring required
expires_atstring date-time required
last_used_atstring date-time nullable
revoked_atstring date-time nullable
status'active' | 'revoked' | 'expired' required
created_byinteger nullable
created_atstring date-time required

Changes

Changed in 1 of the 5 revisions of this API.1