Skip to main content
GET
List Leads

Authorizations

Authorization
string
header
required

Org API key as Token token=ei_live_...

Query Parameters

status
string | null

new, contacted, consultation_booked, converted, lost

assigned_tutor_id
string | null

Filter by assigned tutor UUID

from
string | null

created_at >= ISO date

to
string | null

created_at <= ISO date

limit
integer
default:20

Records per page (default 20, max 100)

Required range: 1 <= x <= 100
offset
integer
default:0

Pagination offset

Required range: x >= 0

Response

Successful Response

data
Lead · object[]
required
meta
PageMeta · object
required

Pagination envelope metadata. count is the size of the returned page; total (when present) is the full result-set size for offset paging.