API documentation
Integrations
Analytics
Billable events
Companies
Custom properties
Customers
Customers > Credits
Customers > Payment methods
Integrations
Invoices
Invoicing entities
Organisations
Payments
Price configurations
Quotes
Subscriptions
- POSTRefresh subscriptions
- POSTCreate subscription update
- POSTCreate subscription updates
- POSTCancel subscription
- POSTReinstate subscription
- POSTPause subscription
- POSTActivate subscription
- POSTReactivate subscription
- GETGet subscriptions
- POSTCreate subscription
- GETGet subscription
- PUTUpdate subscription
- POSTRefresh seat products
- POSTTransition subscription to next phase
Third-party apps
Wallets
Get quotes
Retrieve all existing quotes.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
0 < x < 100
x > 0
all
, draft
, pending_approval
, changes_requested
, approved
, pending_signature
, signed
, voided
all
, draft
, pending_approval
, changes_requested
, approved
, pending_signature
, signed
, voided
all
, draft
, pending_approval
, changes_requested
, approved
, pending_signature
, signed
, voided
Response
List of Quote.
Quote ID.
ID of the customer.
ID of the invoicing entity attached to the quote.
ID of the quote template.
ID of the related opportunity/deal in the connected CRM.
Quote sequential number.
Custom comments displayed on the quote.
Custom quotation terms.
Collect customer payment method mandate during signature flow or not.
IDs of the customer custom properties required to be filled during the signature flow.
URL to access the quote publicly. Only applies to the pending_signature
or signed
quote.
ID of the subscription attached to the quote. The GET /v2/subscriptions/{id}
(Get subscription) endpoint can be used to retrieve the related details.
Whether the subscription should be automatically started when the quote is signed.
Quote status.
draft
: The quote is a draft.pending_approval
: The quote is pending manager review and approval.changes_requested
: Some changes have been requested following manager review.approved
: The quote is approved and ready to be sent to the customer.pending_signature
: The quote is awaiting the customer's signature.signed
: The quote is signed and fully finalized.voided
: The quote is voided.
voided
Quote voiding reason. Only applies to the voided
quote.
Quote voiding date. Only applies to the voided
quote.
Estimated contract value.
Quote approbation date. UTC date time string in the ISO 8601 format.
Quote signature. Only applies to the signed
quote.
Signature mode.
basic
: Basic signature. The signer manually put his name. No legal value.electronic
: Certified electronic signature. Legally compliant.external
: Signed outside of Hyperline. A signed file has been uploaded.
basic
Signer name of the quote.
Quote signature date. Only applies to the signed
quote.
Was this page helpful?