For the complete documentation index, see llms.txt. This page is also available as Markdown.

Deals

List Deals

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
pageinteger · int32 · min: 1Optional
perPageinteger · int32 · min: 1 · max: 100Optional
querystringOptional
sortstringOptional
sortDirstring · enumOptionalPossible values:
Responses
200

List of deals

application/json
totalRowsnumberOptional
pagenumberOptional
perPagenumberOptional
get/deals

Create Deal

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
idstring · uuidOptional

The unique ID for the Deal. Ignored when creating & updating deals.

namestring · nullableOptional

The Name of the Deal.

pipelinestring · nullableOptional

The pipeline this Deal is in

stagestring · nullableOptional

The stage of the pipeline this Deal is in

valuenumber · float · nullableOptional

The monetary value of this Deal

leadSourcestring · nullableOptional

The lead source of this Deal

tagsstring[]Optional

Tags associated with this Deal

linkedEstimateIdsstring[]Optional

List of linked Estimate IDs

linkedInvoiceIdsstring[]Optional

List of linked Invoice IDs

Responses
200

Details about the new Deal

application/json
idstring · uuidOptional

The unique ID for the Deal. Ignored when creating & updating deals.

namestring · nullableOptional

The Name of the Deal.

pipelinestring · nullableOptional

The pipeline this Deal is in

stagestring · nullableOptional

The stage of the pipeline this Deal is in

valuenumber · float · nullableOptional

The monetary value of this Deal

leadSourcestring · nullableOptional

The lead source of this Deal

tagsstring[]Optional

Tags associated with this Deal

linkedEstimateIdsstring[]Optional

List of linked Estimate IDs

linkedInvoiceIdsstring[]Optional

List of linked Invoice IDs

post/deals

Retrieve Deal

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired

ID of the Deal

Responses
200

Details about the deal

application/json
idstring · uuidOptional

The unique ID for the Deal. Ignored when creating & updating deals.

namestring · nullableOptional

The Name of the Deal.

pipelinestring · nullableOptional

The pipeline this Deal is in

stagestring · nullableOptional

The stage of the pipeline this Deal is in

valuenumber · float · nullableOptional

The monetary value of this Deal

leadSourcestring · nullableOptional

The lead source of this Deal

tagsstring[]Optional

Tags associated with this Deal

linkedEstimateIdsstring[]Optional

List of linked Estimate IDs

linkedInvoiceIdsstring[]Optional

List of linked Invoice IDs

get/deals/{id}

Update Deal

put
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired

ID of the Deal

Body
namestring · nullableOptional

The Name of the Deal.

pipelinestring · nullableOptional

The pipeline this Deal is in

stagestring · nullableOptional

The stage of the pipeline this Deal is in

leadSourcestring · nullableOptional

The lead source of this Deal

tagsstring[]Optional

Tags associated with this Deal

Responses
200

The updated deal

application/json
idstring · uuidOptional

The unique ID for the Deal. Ignored when creating & updating deals.

namestring · nullableOptional

The Name of the Deal.

pipelinestring · nullableOptional

The pipeline this Deal is in

stagestring · nullableOptional

The stage of the pipeline this Deal is in

valuenumber · float · nullableOptional

The monetary value of this Deal

leadSourcestring · nullableOptional

The lead source of this Deal

tagsstring[]Optional

Tags associated with this Deal

linkedEstimateIdsstring[]Optional

List of linked Estimate IDs

linkedInvoiceIdsstring[]Optional

List of linked Invoice IDs

put/deals/{id}

Delete Deal

delete
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired

ID of the Deal

Responses
204

No Content

No content

delete/deals/{id}

No content

Last updated

Was this helpful?