Subscribers
List all subscribers
Returns a list of your subscribers. The subscribers are returned sorted by creation date, with the most recently created subscribers appearing first.
GET
/
v1
/
subscribers
Authorizations
Authorization
string
headerrequiredBearer HTTP authentication. Allowed headers-- Authorization: Bearer <api_key>
Query Parameters
active
boolean
default: trueOnly return subscribers that are active or inactive (e.g., pass false
to list all inactive subscribers).
limit
integer
default: 10A 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[]
requiredDetails about each object.
object
enum<string>
requiredString representing the object's type. Objects of the same type share the same value. Always has the value list
.
Available options:
list
url
string
requiredThe URL where this list can be accessed.