Get Subscriber Section
Please note that subscriber/sections associations are deprecated, and have been replaced by Topics.
Name | Description |
---|---|
HTTP Method | GET |
URL | https://api.newsweaver.com/v2/{account code}/subscriber/{subscriber identifier}/section/{section identifier} https://api.newsweaver.com/v2/{account code}/subscriber/{subscriber email}/section/{section identifier} |
Query Parameters | N/A |
Request representation | N/A |
Response representation | Subscriber Section |
Success Response Code | 200 Ok |
Errors
403 - Forbidden
if API user doesn't haveREAD
access toGLOBAL_SUBSCRIBERS
andSECTIONS
404 - Not Found
if subscriber doesn't exist404 - Not Found
if subscriber doesn't have the given section- Common errors (user/account authentication errors, API usage limit errors)
Example: GET https://api.newsweaver.com/v2/example-account/subscriber/1dc0ag2floc/section/170144
<subscriber_section name="Profile Section" uri="https://api.newsweaver.com/v2/example-account/subscriber/1dc0ag2floc/section/170144">
<link
href="https://api.newsweaver.com/v2/example-account/subscriber/1dc0ag2floc"
rel="http://api-info.newsweaver.com/v2/rels/subscriber_section.subscriber"
title="Subscriber (1dc0ag2floc)"/>
<link
href="https://api.newsweaver.com/v2/example-account/section/170144"
rel="http://api-info.newsweaver.com/v2/rels/subscriber_section.section"
title="Section (170144)"/>
</subscriber_section>