Skip to main content
GET
Get List Members

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

list_id
string
required

ID of the list

cursor
string

Cursor of the page

Response

200 - application/json

List members response

members
object[]
has_next_page
boolean

Indicates if there are more results available

next_cursor
string

Cursor for fetching the next page of results

status
enum<string>

Status of the request

Available options:
success,
error
msg
string

Message of the request, error message if status is error