---
title: "Retrieve a specific Link"
method: GET
path: "/api/v1/links/{referenceId}"
tags: ["Links"]
---

# Retrieve a specific Link

`GET /api/v1/links/{referenceId}`

Get details of a specific payment link using your reference ID.

## Path parameters

- `referenceId` string, required

## Response `200`

Details of the link

- object
  - `data` object
    - `referenceId` string
    - `id` string
    - `total` string
    - `currency` string
    - `paymentMethod` string
    - `status` string
    - `completedAt` string, nullable
    - `createdAt` string
    - `updatedAt` string
    - `url` string
    - `webhookUrl` string
    - `redirectionUrl` string
    - `linkExpiresIn` string — Duration until the payment link expires
  - `message` string

---

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