POST
/
v2
/
loyalty_emails
/
unsubscribes
curl --request POST \
  --url https://api.loyaltylion.com/v2/loyalty_emails/unsubscribes \
  --header 'Content-Type: application/json' \
  --data '{
  "email": "jsmith@example.com"
}'
This response has no body data.

Add a new email to the LoyaltyLion email unsubscribe list. Emails on this list will not receive any emails from LoyaltyLion.

Returns a 201 status code if the email was added to the list, or 200 if it was already on the list.

Body

application/json
Body
email
string
required

Email address of the customer to unsubscribe