Skip to main content
GET
List company lists

Authorizations

Authorization
string
header
required

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

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"

Required string length: 1 - 256
Example:

"acme"

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"

total
integer

Number of lists matching the request, counted exactly up to 10000. A workspace with more matches than that reports 10000.

Example:

137