GET
/api/v1/account/usageSupabase JWTCurrent month usage
Calls this calendar month, monthly limit, reset date, and daily breakdown for the signed-in user. Mirrors the data the dashboard's Usage section renders.
Request
Example response
{
"data": {
"user_id": "dca2c107-7a34-4767-aaa9-a81a6d46e830",
"tier": "platform",
"calls_this_month": 6243,
"monthly_limit": 10000,
"reset_date": "2026-06-01T00:00:00Z",
"daily_breakdown": [
{
"date": "2026-05-18",
"calls": 487
},
{
"date": "2026-05-19",
"calls": 402
}
]
},
"meta": {
"request_id": "req_8aZpmK4qX0nT",
"timestamp": "2026-05-20T14:22:08Z",
"response_time_ms": 12
}
}