Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Quote ID

Response

Quote details

Full quote details for single quote response

id
string
created_at
string<date-time>
quote_number
string | null
customer_id
string | null
total_amount
number | null
sub_total_amount
number | null
expiration_date
string | null
status
string | null
sent_email
boolean | null
payment_method
string | null
payment_terms
string | null
deposit
number | null
type
string | null
contract_id
string | null
is_archived
boolean | null
billing_period
number | null
refusal_reason
string | null
customer
object
quote_items
object[]