---
title: "List Product Links"
method: GET
path: "/partner/products/{product_id}/links"
tags: ["PartnerProductLink"]
---

# List Product Links

`GET /partner/products/{product_id}/links`

## Path parameters

- `product_id` string, required

## Response `200`

Successful response. The `product_cta` link is reserved for the in-app install CTA and is excluded from this collection.

- object[]
  - `id` string
  - `composed_url` string
  - `link_type` string
  - `position` integer
  - `title` string
  - `utm_campaign` string
  - `utm_content` string
  - `value` string

---

[API](https://skmtc.net/hint/apis/partner-endpoints.md) · [All operations](https://skmtc.net/hint/apis/partner-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hint/partner-endpoints/revisions/a92ae2a6fa90/schema)
