v2

latestOpenAPI 3.0.4Commercial License2026-08-0718678294.5 KB
API Key Management

List API Keys

List all API keys for the authenticated user. Never returns full tokens, only hints.

get/v1/api-keys

Response

List of API keys

statusstring

Example response

{
  "status": "success",
  "data": {
    "api_keys": [
      {
        "token_hint": "a1b2c3d4"
      }
    ]
  }
}