Create Subscriber Section
Please note that subscriber/sections associations are deprecated, and have been replaced by Topics.
Name | Description |
---|---|
HTTP Method | POST |
URL | https://api.newsweaver.com/v2/{account code}/subscriber/{subscriber id}/sections https://api.newsweaver.com/v2/{account code}/subscriber/{subscriber email address}/sections |
Query Parameters | N/A |
Request representation | Section |
Response representation | Status Entity |
Success Response Code | 201 Created |
Errors
403 - Forbidden
if API user doesn't haveWRITE
access toGLOBAL_SUBSCRIBERS
404 - Not Found
if the subscriber identifier or email address doesn't exist404 - Not Found
if the section doesn't exist409 - Conflict
if the subscriber already has the given section409 - Conflict
if the section is not a profile section409 - Conflict
if the section entity is malformed- Common errors (user/account authentication errors, API usage limit errors)