Skip to main content
GET
/
api
/
v1
/
deals
List deals with optional filtering.
curl --request GET \
  --url https://api.backside.app/api/v1/deals \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Query Parameters

pipeline_id
string<uuid>

Filter by pipeline

stage_id
string<uuid>

Filter by stage

stage_type
string

Filter by stage type

contact_id
string<uuid>

Filter by contact

organization_id
string<uuid>

Filter by organization

limit
integer<int64>

Max results

cursor
string

Pagination cursor

q
string

Search query

Response

200

List of deals