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

StatutDescriptionType
200OKrepository.StateView
401Unauthorizedecho.HTTPError

Source machine : openapi.json · opération getReputation