Skip to main content

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: Required

Query Parameters

pagenumber

Page number. Default 1.

perPagenumber

Items per page. Default 10.

More attributes

Response

pagenumber

Current page number.

perPagenumber

Items per page.

totalItemsnumber

Total subscribers matching the filter.

totalPagesnumber

Total pages available.

dataarray

List of subscriber objects, each containing id, email, status, subscribedDate, renewalDate, revenueAmount, revenueAsset, createdAt, updatedAt.