Contacts

Remove emails from unsubscribed list

The method is used for removing email addresses from the list of unsubscribed contacts.

post/api/v1/emails/unsubscribed/delete

Request body

emailsstring[] required

Example request

{
  "emails": [
    "example@gmail.com"
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.