Search for subscribers in a mailing list and retrieve their email addresses.
JSON Request Example:
"json_request" element
Field Name | Description |
username | Username used to login to Pinpointe |
usertoken | Unique token assigned to Pinpointe account |
requesttype | Name of API set to be used |
requestmethod | Function being called |
"details"
Field Name | Description |
list (Required) | ID of contact list to be searched. Can enter more than one ID but at least one must be entered. |
status | "any" is the default but user may specify any valid value. |
Successful Response:
"response" element
Field Name | Description |
status | Will return SUCCESS if user was successfully added |
data | Includes sub-element count (the number of subscribers being returned); and subscribers, a list of email addresses and the respective data for each subscriber. |
Unsuccessful Response:
"response" element
Field Name | Description |
status | Will return ERROR if unsuccessful |
errormessage | Text explaining why request failed |