---
title: "Get Referral History"
method: GET
path: "/referrals/history"
tags: ["General APIs with JWT"]
---

# Get Referral History

`GET /referrals/history`

Get detailed referral history for the authenticated user.

## Response `200`

Successful Response

- ReferralHistoryResponse
  - `referral_code` string, required
  - `history` ReferralHistoryItem[], required
    - `referred_email` string, nullable, required
    - `referred_name` string, required
    - `status` string, required
    - `reward_paid` number, required
    - `created_at` string, date-time, nullable, required
    - `completed_at` string, date-time, nullable, required
    - `tiers` ReferralTierInfo[], required
      - `rate` number, required
      - `start_date` string, date-time, required
      - `end_date` string, date-time, nullable, required
      - `is_active` boolean, required

---

[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)
