REST API

REST API

Legacy Poppulo platform REST API

Get Subscriber Tag

Overview

NameDescription
HTTP MethodGET
URLhttps://api.newsweaver.com/v2/{account code}/subscriber/{subscriber identifier}/tag/{tag name}
https://api.newsweaver.com/v2/{account code}/subscriber/{subscriber email}/tag/{tag name}
Query ParametersN/A
Request representationN/A
Response representationSubscriber Tag
Success Response Code200 Ok

Errors

  • 403 - Forbidden if API user doesn't have READ access to GLOBAL_SUBSCRIBERS and TAGS
  • 404 - Not Found if subscriber doesn't exist
  • 404 - Not Found if subscriber doesn't have given tag
  • Common errors (user/account authentication errors, API usage limit errors)

Example: GET https://api.newsweaver.com/v2/example-account/subscriber/1dc0ag2floc/tag/Education%20Customers

<subscriber_tag name="Education Customers" uri="https://api.newsweaver.com/v2/example-account/subscriber/1dc0ag2floc/tag/Education%20Customers">
    <link
        href="https://api.newsweaver.com/v2/example-account/subscriber/1dc0ag2floc"
        rel="http://api-info.newsweaver.com/v2/rels/subscriber_tag.subscriber"
        title="Subscriber (1dc0ag2floc)"/>
    <link
        href="https://api.newsweaver.com/v2/example-account/tag/Education%20Customers"
        rel="http://api-info.newsweaver.com/v2/rels/subscriber_tag.tag"
        title="Tag (Education Customers)"/>
</subscriber_tag>