Skip to main content
GET
List deals

Authorizations

Authorization
string
header
required

Swagger / Postman only: Client ID as username, Client secret as password. In Postman, set this once on the collection (Authorization → Basic Auth) so all requests inherit. For production server-to-server code, prefer X-OM-Auth-ID and X-OM-Auth-Key headers.

Query Parameters

lastUpdated
string<date-time>

Only deals changed on or after this UTC time (incremental sync).

pageNumber
integer<int32>

1-based page index (1–10000).

name
string

Substring match on deal name.

status
string

Substring match on status.

source
string

Substring match on source.

entityKey
string<uuid>

Filter to deals for this client entity key.

groupCode
string

Filter to deals for this group code.

includeLostDeals
boolean
default:false

When true, includes deals with status Lost.

Response

OK

dealID
integer<int64>
name
string | null
status
string | null
source
string | null
value
number<double> | null
entityKey
string<uuid> | null
entityName
string | null
entityEmail
string | null
groupCode
string | null
groupName
string | null
updatedByName
string | null
updatedOn
string<date-time> | null