---
title: "Get All Custom Referral Links"
method: GET
path: "/admin/custom-referral-links"
tags: ["General APIs with JWT"]
---

# Get All Custom Referral Links

`GET /admin/custom-referral-links`

Get all custom referral links created by the admin.

## Response `200`

Successful Response

- CustomReferralLinkResponse[]
  - `id` string, uuid, required
  - `code` string, required
  - `admin_id` string, uuid, required
  - `credit_amount` number, required
  - `expires_at` string, date-time, nullable, required
  - `is_used` boolean, required
  - `is_active` boolean, required
  - `description` string, nullable, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, nullable, required
  - `encrypted_code` string, required — Return encrypted version of the code for frontend use.

---

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