---
title: "Get user's referral bonus info"
method: GET
path: "/v1/client/promotions/referral-bonus"
tags: ["User"]
---

# Get user's referral bonus info

`GET /v1/client/promotions/referral-bonus`

Allow a user to view information regarding it's referral from another user.

## Response `200`

OK

- object
  - `data` PromotionsReferralBonus
    - `active` boolean, required — If there is an active status or not. This also works for expired status.
    - `valid_until` string, RFC3339 — The end of the bonus period in RFC3339.
    - `commission_percentage` number, double — The bonus multiplier of the user.

---

[API](https://skmtc.net/bitlabs/apis/bitlabs-client-api.md) · [All operations](https://skmtc.net/bitlabs/apis/bitlabs-client-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bitlabs/bitlabs-client-api/revisions/99209a6285bf/schema)
