GET
/
v1
/
subscribers

Authorizations

Authorization
string
headerrequired

Bearer HTTP authentication. Allowed headers-- Authorization: Bearer <api_key>

Query Parameters

active
boolean
default: true

Only return subscribers that are active or inactive (e.g., pass false to list all inactive subscribers).

limit
integer
default: 10

A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.

Response

200 - application/json
data
object[]
required

Details about each object.

object
enum<string>
required

String representing the object's type. Objects of the same type share the same value. Always has the value list.

Available options:
list
url
string
required

The URL where this list can be accessed.