API / Usage

GET

/usage

Get the calling tenant's current and historical usage

Returns the live counter for the current calendar month plus the last 12 months of history. The current period also carries a per-identity breakdown for dashboard display.

Authentification : clé API Bearer requise.

Exemple curl

curl -X GET https://api.sporee.fr/usage \
  -H "Authorization: Bearer $SPORE_API_KEY"

Réponses

StatutDescriptionType
200OKget_usage.UsageResponse
401Unauthorizedecho.HTTPError
500Internal Server Errorecho.HTTPError

Source machine : openapi.json · opération getUsage