Get Quote

Retrieve a specific quote by ID

Authentication

x-api-keystring
API Key authentication via header

Path parameters

quote_idstringRequired

Response

Quote details
idinteger
Quote identifier
statusenum
Quote status
amountdouble

Total quote amount (dollars)

createdAtstringformat: "date-time"
Creation timestamp
updatedAtstringformat: "date-time"
Last update timestamp
quoteNumberinteger or nullOptional

Unique quote number (uid)

descriptionstring or nullOptional
Quote description
discountTypeenum or nullOptional
Discount type
discountValuedouble or nullOptional
Discount amount or percentage value
taxIdinteger or nullOptional
Tax configuration ID
issueDatestring or nullOptionalformat: "date-time"
Issue date when the quote has been issued
subtotaldouble or nullOptional

Subtotal in dollars (before tax)

taxRatedouble or nullOptional
Applied tax rate
isArchivedbooleanOptional
Whether the quote is archived
sharedWithPortalbooleanOptional
Whether the quote is shared with the client portal
accountobject or nullOptional
recordobject or nullOptional
lineItemslist of objectsOptional

Errors

401
Unauthorized Error
404
Not Found Error