Get a List of Quotes

Retrieves a list of quotes, with options for filtering and pagination.

Use the external_opportunity_id query parameter to retrieve only the quotes linked to a specific opportunity in your CRM.

The level of detail returned for each quote is controlled by the feature query parameter.

Use the offset and limit parameters to page through large sets of quotes. The default limit is 50 quotes per request.

If no quotes match the specified criteria, the API will return a 200 OK status with an empty quotes array.

šŸ“˜

Date Formats

All date values in the response are returned in yyyy-mm-dd hh:mm:ss format.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
length ≤ 50

Filter quotes associated with a specific CRM opportunity ID.

feature
array of strings

Specify which parts of the quote data to retrieve for each quote in the list. This parameter can be used multiple times.
Valid options are:

  • info
  • summary
  • deal_room_info
  • line_items
  • answers
  • approvals
  • all
feature
Allowed:
integer
0 to 10000

The number of quotes to skip for pagination.

integer
1 to 50

The maximum number of quotes to return.

Responses

403

Forbidden. Invalid or missing authentication token.

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json