Get Subscriber Tag
Name | Description |
---|---|
HTTP Method | GET |
URL | https://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 Parameters | N/A |
Request representation | N/A |
Response representation | Subscriber Tag |
Success Response Code | 200 Ok |
Errors
403 - Forbidden
if API user doesn't haveREAD
access toGLOBAL_SUBSCRIBERS
andTAGS
404 - Not Found
if subscriber doesn't exist404 - 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>