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
}
Language
Authorization
Header
Click Try It! to start a request and see the response here!