List API keys
GET
/api/v1/auth/api_keys
Return all active API keys belonging to the authenticated user.
Responses
Section titled “ Responses ”Successful Response
ApiKeyListResponse
object
data
required
Data
Array<object>
ApiKeyResponseobject
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
Not Found
Internal Server Error