/groups/group_name/subscribers
Add a new single subscriber to the group with the given name. If the group doesn't exist, it gets created. If multiple groups with the same name exist, the subscriber is added to the oldest group. [Rate limited]
post/groups/group_name/subscribers
Request body
Response
200
Example response
{
"id": 1343965485,
"name": "John",
"email": "demo@mailerlite.com",
"type": "active",
"fields": [
{
"key": "email",
"value": "demo@mailerlite.com",
"type": "TEXT"
}
],
"date_created": "2016-04-04"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.