Legacy Poppulo platform REST API
Name | Description |
---|---|
HTTP Method | POST |
URL | https://api.newsweaver.com/v2/{account code}/subscriber/{subscriber id}/tags https://api.newsweaver.com/v2/{account code}/subscriber/{subscriber email address}/tags |
Query Parameters | N/A |
Request representation | Tag |
Response representation | Status Entity |
Success Response Code | 201 Created |
403 - Forbidden
if API user doesn't have WRITE
access to GLOBAL_SUBSCRIBERS
404 - Not Found
if the subscriber identifier or email address doesn't exist404 - Not Found
if the tag doesn't exist409 - Conflict
if the subscriber already has the given tag409 - Conflict
if the tag entity is malformed