v1

latestOpenAPI 3.0.32026-07-24614422630.2 KB
Quote Management

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.

get/api/v2/quotes

Query parameters

external_opportunity_idstring

Filter quotes associated with a specific CRM opportunity ID.

featurestring[]

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
offsetinteger

The number of quotes to skip for pagination.

limitinteger

The maximum number of quotes to return.

Response

Success. Returns a paginated list of quotes.