API / Suppressions

GET

/suppressions

List suppressed emails

Authentification : clé API Bearer requise.

Paramètres

NomDansTypeDescription
limitqueryintegerPage size
offsetqueryintegerOffset

Exemple curl

curl -X GET https://api.sporee.fr/suppressions \
  -H "Authorization: Bearer $SPORE_API_KEY"

Réponses

StatutDescriptionType
200OKlist_suppressions.Response
400Bad Requestecho.HTTPError
401Unauthorizedecho.HTTPError

Source machine : openapi.json · opération listSuppressions