API / Plans

GET

/tenant/plan

Get the calling tenant's plan

Returns the plan and current billing period for the authenticated tenant. Tenants without an explicit assignment default to the Free plan.

Authentification : clé API Bearer requise.

Exemple curl

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

Réponses

StatutDescriptionType
200OKdomain.TenantPlan
401Unauthorizedecho.HTTPError
500Internal Server Errorecho.HTTPError

Source machine : openapi.json · opération getTenantPlan