Appearance
List API keys
GET
/api/v1/api-keys
Returns all API keys for the organization, ordered by most recent first. Admin only.
Authorizations
HTTPBearer
Type
HTTP (bearer)
Responses
Successful Response
application/json
JSON { "id": "string", "name": "string", "is_active": true, "last_used_at": "string", "created_at": "string" }
[
]