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

NomDansTypeDescription
tenantId*pathstringTenant id

Corps JSON

Reason for lifting the freeze

NomTypeDescription
actorstring
reasonstring

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

StatutDescriptionType
200OKunfreeze.Response
400Bad Requestecho.HTTPError
401Unauthorizedecho.HTTPError
503Service Unavailableecho.HTTPError

Source machine : openapi.json · opération unfreezeTenantReputation