Skip to main content
GET
cURL

Authorizations

x-api-key
string
header
required

Query Parameters

updatedSince
string<date-time>

ISO 8601 timestamp. Returns leads whose updatedAt is greater than or equal to this value.

createdSince
string<date-time>

ISO 8601 timestamp. Returns leads whose createdAt is greater than or equal to this value.

limit
integer
default:100

Maximum number of leads to return per page. Defaults to 100, max 1000.

Required range: 1 <= x <= 1000
nextToken
string

Opaque cursor returned by a prior response. Pass it back to fetch the next page.

Response

A page of leads ordered by the chosen timestamp ascending.

leads
object[]
nextToken
string | null

Cursor for the next page. null if there are no more results.