cURL
curl --request GET \ --url https://api.circular.rosetta.sh/api/v1/client/dashboard \ --header 'Authorization: Bearer <token>'
{ "tier": "<string>", "dailyQuota": 123, "dailyUsed": 123, "monthlyQuota": 123, "monthlyUsed": 123 }
Get current quota usage and limits for the authenticated client.
Supabase JWT with client_id claim
Quota dashboard