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

# Get multi-quote by group hash

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

Retrieves all quotes in a multi-quote group using the group hash.

## Path parameters

- `groupHash` string, required

## Headers

- `Authorization` string

## Response `200`

The multi-quote has been successfully retrieved.

- MultiQuoteResponseDto
  - `groupHash` string — The group_hash linking all quotes
  - `quotes` MultiQuoteItemDto[], required — Array of quotes in the group
    - `product` 'PR-STANDARD-01' | 'PR-SPORTS-01' | 'PR-CFAR-01' | 'PR-STANDARD-DO' | 'PR-SPORTS-DO' | 'PR-CFAR-DO' | 'PR-STR' | 'PR-GENERAL-STR' | 'RETAIL' | 'PR-FirstCountrywide' | 'PR-ForwardCountrywide' | 'PR-FlagshipCountrywide', required — Product ID for this quote
    - `productName` string, required — Product name for this quote
    - `quote` 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
    - `error` string — Error message if recalculation failed for this quote
  - `isCompleted` boolean — Whether the group was purchased

## Other responses

- `401` — Unauthorized
- `404` — Multi-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)
