GET/organizations/{organizationId}/api-keys

List API keys

Lists key metadata, scopes, expiration, and last-use time; secrets are never returned.

Send request

Use the documented inputs to call this endpoint directly.

API serverbase URL
Bearer tokenBearerAuthoptional
Stored only in this browser for the BearerAuth security scheme and reused on every API page in this group.

Parameters

Values are applied to the request and the example on the right.

organizationIdpath · stringrequired

Opaque organization identifier.

limitquery · integeroptional

Maximum records to return. Defaults to 25.

cursorquery · stringoptional

Opaque cursor from a prior response.

Responses

200application/json

API key page.

{
  "data": [
    {
      "id": "key_01J8FF6Q2N4T8P9V3M5",
      "name": "Production data sync",
      "prefix": "heyo_live_",
      "scopes": [
        "contacts:write",
        "exports:read",
        "webhooks:write"
      ],
      "project_ids": [
        "prj_01J8F5KM4MAB0V7YQ6P3N2R8D1"
      ],
      "status": "active",
      "last_used_at": "2026-09-03T11:45:00Z",
      "expires_at": "2027-09-03T00:00:00Z",
      "created_at": "2026-09-01T09:00:00Z"
    }
  ],
  "page": {
    "next_cursor": "eyJvZmZzZXQiOjI1fQ",
    "previous_cursor": null,
    "has_more": true
  },
  "request_id": ""
}
dataarray<>optional
pageoptional
request_idstringoptional