Português (BR)
cURL
curl --request GET \ --url https://api.firecrawl.dev/v2/team/token-usage \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "remainingTokens": 1000, "planTokens": 500000, "billingPeriodStart": "2025-01-01T00:00:00Z", "billingPeriodEnd": "2025-01-31T23:59:59Z" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response
true
Mostrar atributos filhos
Number of tokens remaining for the team
1000
Number of tokens in the plan. This does not include coupon tokens.
500000
Start date of the billing period. null if using the free plan
"2025-01-01T00:00:00Z"
End date of the billing period. null if using the free plan
"2025-01-31T23:59:59Z"