---
title: "GET /Links/{LinkCode}"
method: GET
path: "/Links/{LinkCode}"
tags: ["Links", "Links"]
---

# GET /Links/{LinkCode}

`GET /Links/{LinkCode}`

## Path parameters

- `LinkCode` string, required

## Response `200`

Returns the details of a specific link.

- GetLinkResponse — Response model for retrieving a specific link.
  - `LinkId` integer
  - `Name` string
  - `Paused` boolean
  - `UserId` integer, nullable
  - `OwnerId` integer
  - `RemainingActivations` integer
  - `ShowCountdown` boolean
  - `ShowUsages` boolean
  - `ShockEnabled` boolean
  - `VibrateEnabled` boolean
  - `BeepEnabled` boolean
  - `MaxIntensity` integer
  - `MaxDuration` integer
  - `ForceWarning` boolean
  - `ForceLogin` boolean
  - `ActivateOnLoad` boolean
  - `Expiry` string, date-time, nullable

## Other responses

- `401` — Unauthorized
- `403` — Link is claimed by another user.

---

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