List Subscribers
Returns all clients attached to a subscription plan, with pagination and optional filters by status and email substring.
Use the status filter to focus on a billing state — for example, active for currently billed clients, pending for those awaiting first payment, or inactive for paused subscribers. See subscriber statuses.
GET
/api/subscriptions/%plan_id%/usersAuth: RequiredQuery Parameters
pagenumberPage number. Default 1.
perPagenumberItems per page. Default 10.
More attributes
Response
pagenumberCurrent page number.
perPagenumberItems per page.
totalItemsnumberTotal subscribers matching the filter.
totalPagesnumberTotal pages available.
dataarrayList of subscriber objects, each containing id, email, status, subscribedDate, renewalDate, revenueAmount, revenueAsset, createdAt, updatedAt.