Skip to content

List API keys

GET
/v1/auth/keys

Returns all API keys belonging to the authenticated user.

Authorizations

BearerAuth

API key (Bearer key_...)

Type
API Key (header: Authorization)

Responses

OK

application/json
JSON
[
  
{
  
  
"created_at": "string",
  
  
"id": "string",
  
  
"label": "string",
  
  
"user_id": "string"
  
}
]

Playground

Authorization

Samples

Powered by VitePress OpenAPI