API / Reputation
GET
/reputation
Get the current sending reputation for the authenticated tenant
Bounce rate over the trailing window plus the freeze state. belowMinVolume means the window holds too few sends for the rate to be acted on.
Authentification : clé API Bearer requise.
Exemple curl
curl -X GET https://api.sporee.fr/reputation \
-H "Authorization: Bearer $SPORE_API_KEY"Réponses
| Statut | Description | Type |
|---|---|---|
| 200 | OK | repository.StateView |
| 401 | Unauthorized | echo.HTTPError |
Source machine : openapi.json · opération getReputation