cURL
curl --request GET \ --url https://api.circular.rosetta.sh/api/v1/client/usage \ --header 'Authorization: Bearer <token>'
[ { "day": "2023-12-25", "endpoint": "<string>", "total_requests": 123, "error_count": 123 } ]
Get request usage history for the authenticated client (most recent 200 records).
Supabase JWT with client_id claim
Usage history