REST API

REST API

Legacy Poppulo platform REST API

Get Tag

Overview

NameDescription
HTTP MethodGET
URLhttps://api.newsweaver.com/v2/{account code}/tag/{tag name}
Query ParametersNo
Request representationN/A
Response representationTag
Success Response Code200 Ok

Errors

  • 403 - Forbidden if API user doesn't have READ access to TAGS
  • Common errors (user/account authentication errors, API usage limit errors)

Example: GET https://api.newsweaver.com/v2/example-account/tag/All%20Testers

<tag name="All Testers" uri="https://api.newsweaver.com/v2/example-account/tag/All%20Testers">
	<description>Testers</description>
	<test>true</test>
	<link
		href="https://api.newsweaver.com/v2/example-account/subscribers?tags=All%20Testers"
		rel="http://api-info.newsweaver.com/v2/rels/tag.subscribers"
		title="Subscribers tagged with (All Testers)"/>
</tag>