Get List Members by Page
Lists Endpoints
Get List Members by Page
Retrieve a paginated list of list members using cursor-based pagination. Each page returns up to 20 members. Pass next_cursor from the previous response to continue. Pricing: $0.14 per 1,000 members.
POST
Get List Members by Page
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Response
Current page data (up to 20 members) and pagination metadata (has_next_page, next_cursor).
The status code of the response.
The message of the response.
A list of user objects.
Whether another page is available.
The next cursor of the members to get.
Example:
"1234567890"