---
title: "Fetch Links"
method: GET
path: "/Links"
---

# Fetch Links

`GET /Links`

This API route allows a developer application to fetch a user's ShopMy links. This route requires the user to permission your app for the read_links OR write_links scope.

## Query parameters

- `limit` integer
- `page` integer

## Response `200`

200

- object
  - `success` boolean, required
  - `links` Link[], required
    - `title` string, required
    - `description` string, nullable
    - `link` string, required

## Other responses

- `401` — 401

---

[API](https://skmtc.net/shopmy/apis/brand-partners-api.md) · [All operations](https://skmtc.net/shopmy/apis/brand-partners-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/shopmy/brand-partners-api/versions/d5bd6f65327c/schema)
