REST API

REST API

Legacy Poppulo platform REST API

Create Subscriber Tag

Overview

NameDescription
HTTP MethodPOST
URLhttps://api.newsweaver.com/v2/{account code}/subscriber/{subscriber id}/tags
https://api.newsweaver.com/v2/{account code}/subscriber/{subscriber email address}/tags
Query ParametersN/A
Request representationTag
Response representationStatus Entity
Success Response Code201 Created

Errors

  • 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 exist
  • 404 - Not Found if the tag doesn't exist
  • 409 - Conflict if the subscriber already has the given tag
  • 409 - Conflict if the tag entity is malformed
  • Common errors (user/account authentication errors, API usage limit errors)