Subscribers
Get subscribers
Returns a list of subscribers, could paginated using the page
and limit
query parameter
GET
/
v1
/
subscribers
Enter your API key in the Authorization
field like the example shown below:
E.g ApiKey 18d2e625f05d80e
Authorizations
Authorization
string
headerrequiredAPI key authentication. Allowed headers-- "Authorization: ApiKey <api_key>".
Query Parameters
page
number
limit
number
default: 10Response
200 - application/json
page
number
requiredThe current page of the paginated response
hasMore
boolean
requiredDoes the list have more items to fetch
pageSize
number
requiredNumber of items on each page
data
object[]
requiredThe list of items matching the query
Was this page helpful?