v1
latestOpenAPI 3.0.02026-07-224452146.0 KBBilling
Get remaining tokens for the authenticated team (Extract only)
get/team/token-usage
Response
Successful response
Example response
{
"success": true,
"data": {
"remainingTokens": 1000,
"planTokens": 500000,
"billingPeriodStart": "2025-01-01T00:00:00Z",
"billingPeriodEnd": "2025-01-31T23:59:59Z"
}
}