Skip to main content
GET
/
client
/
dashboard
Get quota dashboard
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
}

Authorizations

Authorization
string
header
required

Supabase JWT with client_id claim

Response

200 - application/json

Quota dashboard

tier
string
dailyQuota
integer | null
dailyUsed
integer
monthlyQuota
integer | null
monthlyUsed
integer