v1

latestOpenAPI 3.0.32026-07-24614422630.2 KB
Quote Management

Get a Specific Quote

Retrieves the details of a single existing quote by its DealHub Quote ID.

This endpoint allows you to fetch specific data points for any quote in DealHub. The level of detail in the response is controlled by the feature query parameter.

  • Minimal Response: If you don't specify any feature parameters, the API returns a basic response containing only the dealhub_quote_id, its current status, and the quote_upgrade_required flag.
  • Detailed Response: To get more information, you must include one or more feature query parameters in your request.

If a Draft quote was created using an older one, now-inactive version, the quote_upgrade_required flag will be true. When this occurs, the API will not return any requested feature data for that quote.

📘 Date Formats

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

get/api/v2/quote/{quote_id}

Path parameters

quote_idstring required

The unique identifier for the quote in DealHub.

Query parameters

featurestring[]

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

  • info
  • summary
  • deal_room_info
  • line_items
  • answers
  • approvals
  • all
external_identifier_flagboolean

If true, the quote_id in the path refers to the external_quote_id from the CRM.

Response

Success. Returns the detailed quote object.

dealhub_quote_idstring
statusstring
quote_upgrade_requiredboolean
All 614 operations