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
| Statut | Description | Type |
|---|---|---|
| 200 | OK | domain.TenantPlan |
| 401 | Unauthorized | echo.HTTPError |
| 500 | Internal Server Error | echo.HTTPError |
Source machine : openapi.json · opération getTenantPlan