Get all subscribers in a specified group [Rate limited]

Log in to see full request history
timestatususer agent
Retrieving recent requests…
LoadingLoading…

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 }
Path Params
int32
required
Defaults to null

ID of group

string
required

available values: active, unsubscribed, bounced, junk, unconfirmed

Query Params
string
Defaults to null
int32
Defaults to 0
int32
Defaults to 100

Maximum 5000

Response

Language
Credentials
Request
Click Try It! to start a request and see the response here! Or choose an example:
application/json