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
Bearer HTTP authentication. Allowed headers-- Authorization: Bearer <api_key>
Query Parameters
Only return subscribers that are active or inactive (e.g., pass false
to list all inactive subscribers).
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
Details about each object.
String representing the object's type. Objects of the same type share the same value. Always has the value list
.
Available options:
list
The URL where this list can be accessed.
Maximum length:
5000