Make a request »

ImportService.GetImportRecipientsOnOptOutList

Gets the list of Opt-Out list email addresses for a given import. History is kept for 30 days, after which it is deleted.

2015-12-29 v2: (first version is v2)

See code examples


URL Parameters

Http verb: GET
URI: Full url: http://se.api.anpdm.com/import/v2/{importId}/recipientsonoptoutlist
URL parameters:
importIdStringId of the import

Body parameters

Body parameters
Not used

Response

Body parameters
returns
Returns a list of email addresses which are included in Opt-Out lists, for a given import

Code Int32 The response Code.
Message String The response Message.
Result
The response Result.

TotalCount Int32 Total number of emails in the collection
OptOutListEmail
Email address on opt-out list and its mailing list

MailingListId Int32 Id of the mailing list
EmailAddress String Email address on opt-out list
Body Example


Help

Code examples