Skip to content

List API keys

GET
/api/v1/auth/api_keys

Return all active API keys belonging to the authenticated user.

Successful Response

ApiKeyListResponse
object
data
required
Data
Array<object>
ApiKeyResponse
object
id
required
Id
integer
name
required
Name
string
is_active
required
Is Active
boolean
created_at
required
Created At
string format: date-time

Bad Request

ErrorResponse
object
detail
Any of:
string
error
Any of:
string
error_code
Any of:
string

Not Found

ErrorResponse
object
detail
Any of:
string
error
Any of:
string
error_code
Any of:
string

Internal Server Error

ErrorResponse
object
detail
Any of:
string
error
Any of:
string
error_code
Any of:
string