简体中文
cURL
curl --request GET \ --url https://api.firecrawl.dev/v2/team/token-usage/historical \ --header 'Authorization: Bearer <token>'
{ "success": true, "periods": [ { "startDate": "2025-01-01T00:00:00Z", "endDate": "2025-01-31T23:59:59Z", "apiKey": "<string>", "totalTokens": 1000 } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
通过 API 密钥获取历史 Token 用量
成功的响应
true
显示 子属性