---
title: "List Partner Products"
method: GET
path: "/v2/partners/{partner_id}/products/"
tags: ["partners"]
---

# List Partner Products

`GET /v2/partners/{partner_id}/products/`

Get Partner Product List

## Path parameters

- `partner_id` string, required

## Query parameters

- `page` integer
- `page_size` integer
- `search` string

## Headers

- `Authorization` string, required

## Response `200`

- PartnersListPartnerProductsResponse200
  - `count` integer, required
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` PartnerProduct[], required
    - `id` string, uuid, required
    - `key` string, required
    - `product_type` 'product' | 'subscription' | 'service'
    - `image` string, binary, nullable
    - `buy_button_text` string, nullable
    - `buy_button_link` string, nullable
    - `locked` boolean, nullable
    - `featured` boolean, nullable
    - `category` 'credit_services' | 'coaching' | 'gift_cards'
    - `description` PartnerProductDescription, required
      - `full_name` string, required
      - `cost_description` string, nullable
      - `features` PartnerProductDescriptionFeaturesItems[], nullable, required
        - `header` string, required
        - `body` string, required
    - `options` PartnerProductOptionsItems[], nullable, required
      - `id` integer
      - `cost` number, double
      - `detail` string, nullable
      - `stripe_price_id` string, nullable
      - `stripe_session_token` string, nullable
    - `free_trial_enabled` boolean, nullable
    - `free_trial_duration` integer, nullable — Free trial duration In months

---

[API](https://skmtc.net/upwardli/apis/api-reference.md) · [All operations](https://skmtc.net/upwardli/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/upwardli/api-reference/revisions/8a237f1f704f/schema)
