cURL
curl --request GET \ --url https://platform.composo.ai/api/v1/rate-limits/me \ --header 'Authorization: Bearer <token>'
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "created_at": "2023-11-07T05:31:56Z", "domain": "<string>", "premium": true, "align_rate_per_minute": 123, "align_capacity": 123, "align_lightning_rate_per_minute": 123, "align_lightning_capacity": 123, "monthly_token_quota": 123, "align_token_rate_per_minute": 123, "align_token_capacity": 123, "align_lightning_token_rate_per_minute": 123, "align_lightning_token_capacity": 123 }
Get rate limits for the authenticated user’s domain
The access token received from the authorization server in the OAuth 2.0 flow.
Successful Response