Skip to main content
GET
List contact lists

Authorizations

Authorization
string
header
required

Project API key (sk_api_…).

Query Parameters

limit
integer
default:50

Lists per page. Anything above 100 is clamped to 100; a zero, negative or non-numeric value falls back to the default.

cursor
string

The previous page's nextCursor. Opaque — pass it back verbatim.

Response

One page of contact lists.

lists
object[]
nextCursor
string

Absent on the last page. Present means fetch again with it as cursor.