---
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

---

[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)
