Skip to main content
GET
List company-list members

Authorizations

Authorization
string
header
required

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

Path Parameters

company_list_id
string<uuid>
required
Example:

"018f23b7-92bb-7c64-a3d4-1ba53b8ad971"

Query Parameters

limit
integer

The number of items to return

Required range: 1 <= x <= 100
Example:

10

starting_after
string

Pagination cursor. Pass the next_starting_after value from the previous response. Takes precedence over the deprecated cursor when both are sent.

Minimum string length: 1
Example:

"WyIyMDI2LTA3LTMwVDAwOjAwOjAwLjAwMFoiLCJsaXN0OjAxOGYyMyJd"

cursor
string
deprecated

Deprecated alias of starting_after. Pass the next_cursor value from the previous response. Ignored when starting_after is also sent.

Minimum string length: 1
Example:

"WyIyMDI2LTA3LTMwVDAwOjAwOjAwLjAwMFoiLCJsaXN0OjAxOGYyMyJd"

Response

Default Response

data
object[]
required
next_starting_after
string
Example:

"WyIyMDI2LTA3LTMwVDAwOjAwOjAwLjAwMFoiLCJsaXN0OjAxOGYyMyJd"

next_cursor
string
deprecated

Deprecated alias of next_starting_after, always identical to it.

Example:

"WyIyMDI2LTA3LTMwVDAwOjAwOjAwLjAwMFoiLCJsaXN0OjAxOGYyMyJd"