Returns ID number and statistics for one mailing list. Statistics include number of subscribers, number of contacts who have unsubscribed, and the number of autoresponders associated with each list.
JSON Request Example:
"json_request" element
Field Name | Description |
username | Username used to login to Pinpointe |
usertoken | Unique token assigned to Pinpointe account |
requesttype | Lists |
requestmethod | FindList |
Please note: ALL OPTIONAL elements that are not used should be deleted from submitted call. For example, if "list" element is used, "name": "{*list_name*}" should be deleted.
"details" element
Field Name | Description |
list (Required if "name" element not used) | Find the database mailing list with this ID number. |
name (Required if "list" element not used) | Find the database mailing list with this name. |
Successful Response:
"response" element
Field Name | Description |
status | Will return SUCCESS if list was successfully found |
data | Contact ID number |
Unsuccessful Response:
"response" element
Field Name | Description |
status | Will return ERROR when unsuccessful |
errormessage | Text explaining why request failed |