Create Subscribers with relation to the list
| Method | POST |
|---|---|
| URL | http://api.responder.co.il/v1.0/lists/{list_id}/views/{view_id}/subscribers |
|
subscribers
required |
Array of Subscriber IDs Example Value:["32","45","888"] |
{
"VIEW_SUBSCRIBERS_CREATED" : ["32"],
"VIEW_SUBSCRIBERS_EXISTING" : ["45"],
"INVALID_SUBSCRIBERS_IDS" : ["888"],
"ERRORS" : []
}