People
Get a person's opted out status by ID or email
Pass either the person ID or email to get the opted out status
GET
/
people
/
{personIdOrEmail}
/
opted-out
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The id or email of the person. The id is the internal id of the person or if the email passed is valid then it will be used for lookup