Quotes
Get quotes
Retrieve all existing quotes.
GET
/
v1
/
quotes
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
take
number | null
default: 50skip
number | null
default: 0status
Available options:
all
, draft
, pending_approval
, changes_requested
, approved
, pending_signature
, signed
, voided
status__in
Available options:
all
, draft
, pending_approval
, changes_requested
, approved
, pending_signature
, signed
, voided
status__notIn
Available options:
all
, draft
, pending_approval
, changes_requested
, approved
, pending_signature
, signed
, voided
customer_id
string
customer_id__not
string
customer_id__isNull
string
customer_id__isNotNull
string
customer_id__equals
string
customer_id__contains
string
customer_id__startsWith
string
customer_id__endWith
string
Response
200 - application/json
meta
object
requireddata
object[]
requiredList of Quote.
Was this page helpful?