Skip to main content
GET
List contacts

Authorizations

Authorization
string
header
required

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

Query Parameters

cursor
string

Pagination cursor to fetch the next set of results

created_after
string

Filter contacts created after this ISO 8601 timestamp

created_before
string

Filter contacts created before this ISO 8601 timestamp

updated_after
string

Filter contacts updated after this ISO 8601 timestamp

updated_before
string

Filter contacts updated before this ISO 8601 timestamp

Response

Default Response

items
object[]
required
next
string | null
required