subscribers
Add a new subscriber
Add a new subscriber to the list.
post/subscribers
Request body
Example request
{
"email": "john@example.com",
"name": "John Doe"
}Response
OK
Example response
{
"id": 111,
"name": "John Doe",
"email": "john@example.com",
"segments": [
{
"id": 111,
"name": "Foo Group",
"subscribers_in_segment": 123
}
]
}