---
title: "Get Referral Program Info"
method: GET
path: "/referrals/program-info"
tags: ["General APIs with JWT"]
---

# Get Referral Program Info

`GET /referrals/program-info`

Get referral program reward information with tiered commission rates.

## Response `200`

Successful Response

- ReferralProgramInfoResponse
  - `payment_threshold` number, required
  - `referrer_reward` number, required
  - `referred_bonus` number, required
  - `tiers` object[], nullable
  - `description` string, nullable

---

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