get https://api.mailerlite.com/api/v2/groups//subscribers/
Get all subscribers in a specified group [Rate limited]
The same endpoint as /groups/:id/subscribers
but it has type
parameter defined so results are filtered by its value.
Possible values of :type
:
active
unsubscribed
bounced
junk
unconfirmed
Response is the array of Single Subscriber objects.
Getting a count of subscibers by type in a group
Endpoint
GET /groups/:group_id/subscribers/:type/count
Response Example
{
"count": 5
}