|
|
|
|
|
|
|
|
|
Overview
|
|
Returns all the email addresses in the specified mailing list
|
|
|
|
Parameters
|
|
|
| Name | Type | Required | Comments |
| CsvFormat | Integer | No | 1 = Send text to browser in csv format instead of xml |
| MailinglistID | Integer | Yes | The mailing list id of the mailing list to return |
| Status | String | No | Include status that you wish to return:
HB = Hard bounce
OK = Valid
S = Subscribed
S2 = Opt-in Confirmed
SP = Opt-in Unconfirmed
U = Unsubscribed
|
|
|
|
|
Returns
|
0|Error (Different descriptions for the error).
XML or CSV
• EmailID
• EmailAddress
• Date
• IPAddress
|
|
|
|
Example
|
|
https://www.emailbrain.com/api.aspx?Username=user@mydomain.com&Password=123456&Function=get_mailinglist&MailinglistID=1234&Status=HB
|