Create Subscriber
Name | Description |
---|---|
HTTP Method | POST |
URL | https://api.newsweaver.com/v2/{account code}/subscribers |
Query Parameters | N/A |
Request representation | Subscriber Entity |
Response representation | Status Entity |
Success Response Code | 201 Created |
Errors
403 - Forbidden
if API user doesn't haveCREATE
access toGLOBAL_SUBSCRIBERS
409 - Conflict
error if the subscriber isn't valid. Examples of validation errors for subscribers:- Email field is missing
- Email field isn't formatted correctly
- Subscriber with email already exists
- Custom field value invalid
- Common errors (user/account authentication errors, API usage limit errors)