Passer au contenu principal
GET
/
team
/
credit-usage
Obtenir le nombre de crédits restants de l'équipe authentifiée
curl --request GET \
  --url https://api.firecrawl.dev/v2/team/credit-usage \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "remainingCredits": 1000,
    "planCredits": 500000,
    "billingPeriodStart": "2025-01-01T00:00:00Z",
    "billingPeriodEnd": "2025-01-31T23:59:59Z"
  }
}

Autorisations

Authorization
string
header
requis

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Réponse

Réponse en cas de succès

success
boolean
Exemple:

true

data
object