---
title: "Get available products"
method: GET
path: "/v1/quote/products"
tags: ["Quote"]
---

# Get available products

`GET /v1/quote/products`

Relevant only for specific partners. This endpoint lists all the available insurance products based on destination and state of residency

## Query parameters

- `residencyState` unknown
- `destination` unknown

## Headers

- `Authorization` string

## Response `200`

The products have been successfully retrieved.

- PartnerProduct[]
  - `id` string, required
  - `name` string, required

## Changes

- **2026-07-09** `e95f3723e41f` — 1 info
  - added the new optional `header` request parameter `Authorization`

[Change history](https://skmtc.dev/withfaye/apis/faye-partner-sales-api/changes/v1/quote/products/get.md)

---

[API](https://skmtc.dev/withfaye/apis/faye-partner-sales-api.md) · [All operations](https://skmtc.dev/withfaye/apis/faye-partner-sales-api/llms.txt) · [OpenAPI document](https://skmtc.dev/withfaye/apis/faye-partner-sales-api/revisions/e95f3723e41f?raw)
