Legacy Poppulo platform REST API
Name | Description |
---|---|
HTTP Method | POST |
URL | https://api.newsweaver.com/v2/{account code}/subscriber_imports |
Query Parameters | N/A |
Request representation | Subscriber Import Job Entity |
Response representation | Status Entity |
Success Response Code | 202 Accepted |
403 - Forbidden
if API user doesn't have CREATE
access to GLOBAL_SUBSCRIBERS
409 - Conflict
error if the subscriber import job isn't valid. Examples of validation errors:
accept_terms
is missing or not truecolumns
tag has been specified and the number of columns does not match that in the data
segment503 - Service Unavailable
error if an import job is already in progress