My App
API ReferenceAPI Keys

List Api Keys

List your API keys to review or manage access.

Returns metadata for all your keys (both user-scoped and workspace-scoped). For security, the actual key values aren't included—only names, scopes, and expiry dates.

GET
/v1/api-keys

Response Body

application/json

curl -X GET "https://loading/v1/api-keys"
{
  "items": [
    {
      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
      "name": "string",
      "key_prefix": "string",
      "workspace_id": "0967198e-ec7b-4c6b-b4d3-f71244cadbe9",
      "scope": "workspace",
      "created_by": "ee824cad-d7a6-4f48-87dc-e8461a9201c4",
      "expires_at": "2019-08-24T14:15:22Z",
      "created_at": "2019-08-24T14:15:22Z"
    }
  ]
}