v1

latestOpenAPI 3.1.02026-08-045217107.2 KB
Dashboard

List API Keys

Returns all API keys for the authenticated user including full key values.

get/dashboard/api-keys

Response

API keys list

Example response

{
  "keys": [
    {
      "key": "sk_live_abc123..."
    }
  ]
}