---
title: "Get quote from multi-quote by hashcode"
method: GET
path: "/v2/quote/multi/{groupHash}/{hashcode}"
tags: ["Quote & Save V2"]
---

# Get quote from multi-quote by hashcode

`GET /v2/quote/multi/{groupHash}/{hashcode}`

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

## Path parameters

- `groupHash` string, required
- `hashcode` string, required

## Headers

- `Authorization` string

## Response `200`

The quote has been successfully retrieved.

- CreateQuoteResponseDto
  - `currentPrice` number, required — The price for this quote is in $USD, including all selected add-ons.
  - `coverageOptions` AddonsDto, required
    - `petOption` StandardCoverageOptionDto, required
      - `available` boolean — If this add-on can be added to the purchase
      - `selected` boolean — If this add-on is selected and included in the price
      - `price` number — The price to purchase this coverage
    - `trcOption` StandardCoverageOptionDto, required
      - `available` boolean — If this add-on can be added to the purchase
      - `selected` boolean — If this add-on is selected and included in the price
      - `price` number — The price to purchase this coverage
    - `cfarOption` StandardCoverageOptionDto, required
      - `available` boolean — If this add-on can be added to the purchase
      - `selected` boolean — If this add-on is selected and included in the price
      - `price` number — The price to purchase this coverage
    - `cfwrOption` StandardCoverageOptionDto, required
      - `available` boolean — If this add-on can be added to the purchase
      - `selected` boolean — If this add-on is selected and included in the price
      - `price` number — The price to purchase this coverage
    - `adventureOption` StandardCoverageOptionDto, required
      - `available` boolean — If this add-on can be added to the purchase
      - `selected` boolean — If this add-on is selected and included in the price
      - `price` number — The price to purchase this coverage
    - `vacationRentalOption` StandardCoverageOptionDto, required
      - `available` boolean — If this add-on can be added to the purchase
      - `selected` boolean — If this add-on is selected and included in the price
      - `price` number — The price to purchase this coverage
    - `carRentalOption` CarRentalCoverageDto, required
      - `available` boolean — If this add-on can be added to the purchase
      - `selected` boolean — If this add-on is selected and included in the price
      - `price` number — The price to purchase this coverage
      - `pricePerCarPerDay` number, required — The price to purchase this coverage **per car per day**
    - `medicalUpgrade` StandardCoverageOptionDto, required
      - `available` boolean — If this add-on can be added to the purchase
      - `selected` boolean — If this add-on is selected and included in the price
      - `price` number — The price to purchase this coverage
  - `policyExampleUrl` string, 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.
  - `quoteUrl` string, required — URL to a printable version of the quote, which highlights the coverage options and price for that specific quote.
  - `quotePageUrl` string, required — URL to the web page for purchasing the quote
  - `quoteHash` string, required — Quote hash identifier for this quote
  - `offerDescription` object, required — Offer page V5 for this quote

## Other responses

- `401` — Unauthorized
- `404` — Quote not found

---

[API](https://skmtc.net/withfaye/apis/faye-partner-sales-api.md) · [All operations](https://skmtc.net/withfaye/apis/faye-partner-sales-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/withfaye/faye-partner-sales-api/revisions/e016afb8fdb3/schema)
