v3

latestOpenAPI 3.0.0raw.githubusercontent.com2026-07-10184967.1 KB
Quote & Save V2

Get quote from multi-quote by hashcode

Retrieves a specific quote from a multi-quote group using the group hash and quote hashcode.

get/v2/quote/multi/{groupHash}/{hashcode}

Path parameters

groupHashstring required
hashcodestring required

Headers

Authorizationstring

Bearer token

Response

The quote has been successfully retrieved.

currentPricenumber required

The price for this quote is in $USD, including all selected add-ons.

policyExampleUrlstring required

URL to a PDF document of an example policy. Policy examples change based on the state of residency and whether the trip is domestic or international. By the regulation, it is mandatory to allow the traveler to review an example policy before purchasing.

quoteUrlstring required

URL to a printable version of the quote, which highlights the coverage options and price for that specific quote.

quotePageUrlstring required

URL to the web page for purchasing the quote

quoteHashstring required

Quote hash identifier for this quote

offerDescriptionobject required

Offer page V5 for this quote

Example response

{
  "currentPrice": 100.24,
  "coverageOptions": {
    "petOption": {
      "price": 100.24
    },
    "trcOption": {
      "price": 100.24
    },
    "cfarOption": {
      "price": 100.24
    },
    "cfwrOption": {
      "price": 100.24
    },
    "adventureOption": {
      "price": 100.24
    },
    "vacationRentalOption": {
      "price": 100.24
    },
    "carRentalOption": {
      "price": 100.24,
      "pricePerCarPerDay": 100.24
    },
    "medicalUpgrade": {
      "price": 100.24
    }
  },
  "quoteHash": "abc123def456"
}