API / Reputation
POST
/internal/reputation/{tenantId}/unfreeze
Lift a sending freeze on a tenant
Internal endpoint. Requires the X-Internal-Token header. Unfreezing is manual by design — a frozen tenant never thaws on its own.
Authentification : clé API Bearer requise.
Paramètres
| Nom | Dans | Type | Description |
|---|---|---|---|
| tenantId* | path | string | Tenant id |
Corps JSON
Reason for lifting the freeze
| Nom | Type | Description |
|---|---|---|
| actor | string | — |
| reason | string | — |
Exemple curl
curl -X POST https://api.sporee.fr/internal/reputation/<tenantId>/unfreeze \
-H "Authorization: Bearer $SPORE_API_KEY" \
-H "Content-Type: application/json" \
-d '{}'Réponses
| Statut | Description | Type |
|---|---|---|
| 200 | OK | unfreeze.Response |
| 400 | Bad Request | echo.HTTPError |
| 401 | Unauthorized | echo.HTTPError |
| 503 | Service Unavailable | echo.HTTPError |
Source machine : openapi.json · opération unfreezeTenantReputation