Retrieve an API token
This endpoint requires Organization Admin permissions.
description: Token id. Must be a valid UUID — malformed values return 400.
Authorizations
Can be either an Organization API Key or Personal Access Token (PAT).
Include in the Authorization header as: Bearer YOUR_TOKEN
Response
Token found successfully.
The token's unique identifier.
The name given when the token was created. Not unique within an organization.
Token type:
organization- Organization API keypersonal- Personal Access Token (PAT)mcp- MCP OAuth PAT
organization, personal, mcp Whether the token can currently authenticate. Organization Admins can disable any token type; disabled tokens remain visible but cannot authenticate.
ISO 8601 timestamp of when the token was created (UTC).
The user membership the token is scoped to. null if type is organization.