GET
/
v2
/
loyalty_emails
/
unsubscribes
curl --request GET \
  --url https://api.loyaltylion.com/v2/loyalty_emails/unsubscribes
[
  {
    "email": "<string>",
    "id": "<string>"
  }
]

Retrieve the LoyaltyLion unsubscribe list. Emails on this list will not receive any emails from LoyaltyLion.

Query Parameters

since_id
integer

Return only resources whose id is after the specified id

Required range: x > 0
limit
integer
default:
100

Max number of resources to return per request

Required range: 1 < x < 500
page
integer

Fetch another page of results

Required range: x > 1

Response

200
application/json
200
email
string
required

Email address of the customer who unsubscribed

id
string | null
required

The ID of the customer in your platform or ecommerce store