Get Organization Token Usage

Get total token usage for an organization. This endpoint fetches the cumulative token usage across all API keys for a specific organization. Authentication: Requires authenticated user via Auth0/Bearer token Headers: - Authorization: Bearer {auth_token} - User authentication token Parameters: - organization_id: Organization UUID (path parameter) Returns: - Total token count for the organization

Path parameters

organization_idstringRequired
Organization UUID

Headers

AuthorizationstringRequired
User authentication token

Response

Successful Response
organization_idstring or null
total_tokensinteger or null

Errors