get https://api.dealhub.io/api/v2/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 thedealhub_quote_id
, its currentstatus
, and thequote_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.