Skip to main content

Token Usage

1 min read
get/team/token-usage
Request example
Response
get/team/token-usage

Authorization

Authorizationstringheaderrequired#
Bearer authentication header of the form Bearer <token>, where <token> is your API key.

Responses

application/json
Successful response
successboolean#
dataobject#
Show child attributes
remaining_tokensnumber#
Number of tokens remaining for the team
plan_tokensnumber#
Number of tokens in the plan. This does not include coupon tokens.
billing_period_startstring#
Start date of the current billing period.
billing_period_endstring#
End date of the current billing period.