This endpoint requires Organization Admin permissions.
List API token in the organization - including Organization API keys, Personal Access Tokens, and MCP OAuth grants - with optional filtering by type. Only metadata - not actual secret values - are returned.
Can be either an Organization API Key or Personal Access Token (PAT).
Include in the Authorization header as: Bearer YOUR_TOKEN
Filter by token type. Omit to return all types.
organization - Organization-level API key. Not tied to a specific user.personal - Personal access token. Acts as a specific user.mcp - MCP OAuth grant issued during the OAuth authorization floworganization, personal, mcp Cursor for pagination.
Number of items to return per page.
1 <= x <= 100Field to sort by.
createdAt, name Sort direction.
asc, desc