Skip to main content
GET
List API keys for the current user

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

API keys

id
string<uuid>
name
string
keyPreview
string
createdAt
string<date-time> | null
lastUsedAt
string<date-time> | null
expiresAt
string<date-time> | null
revokedAt
string<date-time> | null
state
enum<string>
Available options:
active,
expired,
revoked