日本語
cURL
curl --request GET \ --url https://api.firecrawl.dev/v1/team/credit-usage/historical \ --header 'Authorization: Bearer <token>'
{ "success": true, "periods": [ { "startDate": "2025-01-01T00:00:00Z", "endDate": "2025-01-31T23:59:59Z", "apiKey": "<string>", "totalCredits": 1000 } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
APIキーごとのクレジット利用履歴を取得
成功時のレスポンス
true
表示 子属性