Skip to main content
GET
List deals

Authorizations

Authorization
string
header
required

API key starting with leo_

Query Parameters

limit
integer
default:50

Items per page

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

Items to skip

Required range: x >= 0
updated_after
string<date-time>

Return resources changed after this RFC 3339 timestamp. Contacts may redeliver rows exactly at the boundary; consumers must upsert idempotently.

updated_before
string<date-time>

Return resources with updated_at less than or equal to this RFC 3339 timestamp.

status
enum<string>
default:all
Available options:
open,
won,
lost,
unqualified,
all
pipeline_id
string<uuid>
stage_id
string<uuid>
company_id
string<uuid>
owner_id
string<uuid>

Search by title

sort
string
default:-created_at

Options: created_at, updated_at, title, amount, expected_close_date

Response

List of deals

data
object[]
meta
object
Example: