CRM
List Leads
POST
/
integrations
/
data
/
crm
/
leads
Authorizations
authorization
string
headerrequiredtoken <token>
, corresponds to temporary access tokens.
Body
application/json
data_source_id
integer
requiredinclude_remote_data
boolean
default: falsenext_cursor
string | null
page_size
integer | null
order_dir
enum<string> | null
default: ascAvailable options:
asc
, desc
includes
enum<string>[]
Available options:
Tasks
, Events
filters
object
order_by
enum<string> | null
Available options:
created_at
, updated_at
, name
, last_activity_at
Response
200 - application/json
count
integer
requirednext_cursor
string | null
requireddata
object[]
required