---
title: "Get Product Links Status"
method: GET
path: "/links/status"
tags: ["Links"]
---

# Get Product Links Status

`GET /links/status`

## Query parameters

- `link_ids` string, required — Comma-delimited list of strings representing an array. Example: 1,2,3 equivalent to [1,2,3]

## Response `200`

Success

- object
  - `links` object[], required
    - `id` string, required
    - `url` string, required
    - `mobileOptimizedUrl` string, required
    - `marketplace` 'amazon.com' | 'amazon.com.mx' | 'amazon.co.uk' | 'amazon.ca' | 'amazon.de' | 'amazon.es' | 'amazon.fr' | 'amazon.it' | 'amazon.nl' | 'walmart.com' | 'shopify.com', required — The marketplace the link is associated with
    - `active` boolean, required — Whether or not the link is active. Inactive links do not earn commissions.

## Other responses

- `401` — Unauthorized
- `422` — Input Validation Failed

---

[API](https://skmtc.dev/levanta/apis/levanta-creator-api-v2.md) · [All operations](https://skmtc.dev/levanta/apis/levanta-creator-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/levanta/levanta-creator-api-v2/revisions/f5dfab95939b/schema)
