v1

latestOpenAPI 3.1.02026-07-2618690613.4 KB
API Tokens

Retrieve an API token

<Note> This endpoint requires **Organization Admin** permissions. </Note>

description: Token id. Must be a valid UUID — malformed values return 400.

get/v1/api-keys/{id}

Response

Token found successfully.

idstring uuid required

The token's unique identifier.

namestring required

The name given when the token was created. Not unique within an organization.

type'organization' | 'personal' | 'mcp' required

Token type:

  • organization - Organization API key
  • personal - Personal Access Token (PAT)
  • mcp - MCP OAuth PAT
enabledboolean required

Whether the token can currently authenticate. Organization Admins can disable any token type; disabled tokens remain visible but cannot authenticate.

createdAtstring date-time required

ISO 8601 timestamp of when the token was created (UTC).

membershipIdstring uuid nullable required

The user membership the token is scoped to. null if type is organization.