---
title: "List all links"
method: GET
path: "/v2/links/partnership/{identifier}"
tags: ["Links"]
---

# List all links

`GET /v2/links/partnership/{identifier}`

Allow vendor to fetch all links for a partnership

## Path parameters

- `identifier` string, required

## Query parameters

- `limit` integer
- `starting_after` string
- `ending_before` string

## Response `200`

Allow vendor to fetch all links for a partnership

- object
  - `data` object, required
    - `has_more` boolean
    - `items` object[]
      - `created_at` integer — Immutable Unix timestamp in milliseconds taken at time of creation
      - `key` string — A unique identifier used to reference the object
      - `updated_at` integer — Unix timestamp in milliseconds taken at time of last update
      - `default` boolean — A flag whether this link is the default partner link
      - `dest` string — The destination that this link redirects to
      - `member_email` string, nullable — Member email
      - `member_name` string, nullable — Member name
      - `name` string, nullable — Name of the link
      - `reference_id` string, nullable — Reference id for this link
      - `url` string — The url that is shared for this link
    - `total` integer, nullable
  - `message` string, required
  - `status` integer, required

## Other responses

- `400` — Bad Request Error
- `401` — Unauthorized Error
- `403` — Forbidden Error
- `404` — Not Found Error
- `500` — Internal Server Error

---

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