Quote

Get Quote

Get quote for a given quote id

get/v0/quotes/{quoteId}

Path parameters

quoteIdstring required

Quote identifier

Example:q-123-XXXXXXXXX

Quote identifier

organizationIdstring

Organization to which the bid request belongs

Example:remi

Organization to which the bid request belongs

Response

Quote retrieved successfully

Example response

{
  "quote": {
    "id": "q-123-XXXXXXXXX",
    "createdDate": "2024-01-01T00:00:00.000Z",
    "updatedDate": "2024-01-01T00:00:00.000Z",
    "archivedDate": "2024-01-01T00:00:00.000Z",
    "expireDate": "2024-01-01T00:00:00.000Z",
    "homeownerTotal": 1000,
    "quoteTotal": 1000,
    "isPriceGuaranteed": true,
    "isActiveQuote": true,
    "isApproved": true
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.