API / Unsubscribe

GET

/unsubscribe

Render the unsubscribe confirmation page

Public HTML page shown when a recipient clicks the unsubscribe link in their mail client UI. Submitting the form posts back to `POST /unsubscribe` with the same token.

Authentification : publique.

Paramètres

NomDansTypeDescription
token*querystringUnsubscribe token

Exemple curl

curl -X GET https://api.sporee.fr/unsubscribe

Réponses

StatutDescriptionType
200HTML confirmation pagestring
400Bad Requestecho.HTTPError
410expired tokenecho.HTTPError

Source machine : openapi.json · opération viewUnsubscribe