cURL
curl --request GET \ --url https://cloud.onyx.app/api/admin/token-rate-limits/global \ --header 'Authorization: Bearer <token>'
[ { "token_id": 123, "enabled": true, "token_budget": 123, "period_hours": 123 } ]
Authorization header with Bearer token
Successful Response
Was this page helpful?