Skip to main content
GET
Get user API keys
Retrieve a list of all API keys associated with your account. Useful for auditing which keys are in use.
  • Returns all API keys created under your account
  • Includes creation date and last usage timestamp for each key
  • Use last_used_at to identify stale or unused keys for cleanup
  • Each key provides full account access; review regularly for security

Create API Key

Generate a new API key

Delete API Key

Remove a specific API key

Authorizations

x-access-token
string
header
required

API key for authentication (sk-xxx format)

Response

200 - application/json

List of API keys

success
boolean
Example:

true

data
object[]