REST API

REST API

Legacy Poppulo platform REST API

Update Subscriber

Overview

NameDescription
HTTP MethodPUT
URLhttps://api.newsweaver.com/v2/{account code}/subscriber/{subscriber email}
https://api.newsweaver.com/v2/{account code}/subscriber/{subscriber identifier}
Query ParametersN/A
Request representationSubscriber Entity
Response representationStatus Entity
Success Response Code200 Ok

ETags

This call supports ETags with the If-Match header for optimistic concurrency control.

Errors

  • 403 - Forbidden if API user doesn't have WRITE access to SUBSCRIBERS
  • 404 - Not found error if the email or subscriber identifier does not exist
  • 409 - Conflict error if the subscriber isn't valid (e.g. email does not match a valid email pattern)
  • 412 - Precondition failed error if an ETag provided with the If-Match header is not matching
  • Common errors (user/account authentication errors, API usage limit errors)