v1
latestOpenAPI 3.0.1MIT2026-07-2638658.5 KBUser
Get Remaining Quota
Retrieve the remaining JoggAI API quota for the authenticated user
get/v2/user/remaining_quota
Response
Success
Example response
{
"msg": "Success",
"data": {
"remaining_quota": 1000
}
}