API / Unsubscribes

GET

/unsubscribes

List unsubscribe events

Authentification : clé API Bearer requise.

Paramètres

NomDansTypeDescription
limitqueryintegerPage size
offsetqueryintegerOffset

Exemple curl

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

Réponses

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

Source machine : openapi.json · opération listUnsubscribes