v1

latestOpenAPI 3.1.02026-07-14460151.1 KB

Get private link by id

Retrieves the full details of a specific private link resource. Use this endpoint when you need to fetch metadata for a single link,

get/v2/redeem-pages/{redeem-page}/private-links/{id}

Path parameters

redeem-pagestring required

ID of the redeem page

idstring required

ID of the private link

Response

200

Example response

{
  "data": {
    "id": 16,
    "uuid": "wRwU1yOkUDRE",
    "first_name": "John",
    "last_name": "Doe",
    "email": "johndoe@gmail.com",
    "status": "Unredeem",
    "link": "http://localhost:8000/redeem/c6f191ee-23ea-4664-8cc4-c3e8862cfeaa/wRwU1yOkUDRE"
  }
}