Skip to content

List API keys

GET
/api/auth/keys

List all API keys (hashes are never exposed)

Responses

Array of API key metadata

application/json
JSON
{
  
"keys": [
  
  
{
  
  
  
"id": "string",
  
  
  
"label": "string",
  
  
  
"createdAt": "string",
  
  
  
"lastUsedAt": "string"
  
  
}
  
]
}

Samples