Legacy Poppulo platform REST API
This is one of the few non-XML based responses in the system. The format is three CSV files, including headers, appended together, with an identifying line. The headers and columns reflect those of the input records.
The contents of each file are:
Name | Description |
---|---|
HTTP Method | GET |
URL | https://api.newsweaver.com/v2/{account code}/subscriber_import/{subscriber import id}/invalid_subscribers |
Query Parameters | N/A |
Request representation | N/A |
Response representation | CSV |
Success Response Code | 200 Ok |
403 - Forbidden
if API user doesn't have READ
access to GLOBAL_SUBSCRIBERS
404 - Not Found
if the specified subscriber import doesn't existExample: https://api.newsweaver.com/v2/example-account/subscriber_import/1166694/invalid_subscribers
"Invalid Subscribers"
"Email Address","First Name","Last Name"
"invalid_AT_example.com","Invalid","Subscriber"
"Duplicate Subscribers"
"Email Address","First Name","Last Name"
"duplicate@example.com","Duplicate","Subscriber"
"Opted-out Subscribers"
"Email Address","First Name","Last Name"
"opted-out@example.com","Opted-Out","Subscriber"