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

# Get user's referral info

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

Allow a user to view information regarding it's role as a referrer.

## Response `200`

OK

- object
  - `data` PromotionsReferralInfo
    - `code` string, required — The referral code
    - `total_amount_earned_as_referrer` number, double, required — The amount earned as a referrer from the conversions of the referred users
    - `total_amount_earned_as_referred` number, double, required — The amount earned as a referred user.
    - `total_referrals` integer, required — The total amount of users referred

---

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