---
title: "Get all products"
method: GET
path: "/v1/product"
tags: ["Product"]
---

# Get all products

`GET /v1/product`

Relevant only for specific partners. This endpoint lists all the available insurance products

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