Contacts
Add emails to unsubscribed list
The method is used for adding email addresses to the list of unsubscribed contacts.
post/api/v1/emails/unsubscribed/add
Request body
Example request
{
"emails": [
"example@gmail.com"
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.