---
title: "Get user"
method: GET
path: "/v1/client/user"
tags: ["User"]
---

# Get user

`GET /v1/client/user`

Returns information and identifier of the requesting user

## Response `200`

OK

- object
  - `data` User
    - `app_id` integer, required
    - `uid` string, required
    - `user_id` integer, required
    - `username` string
    - `email` string, email
    - `consent_general` string, date-time
    - `consent_analytics` string, date-time
    - `consent_advertising` string, date-time
    - `terms_of_service_version` integer
    - `privacy_policy_version` integer
    - `custom_fields` UserCustomField[], required
      - `id` string, required
      - `value` string, required
    - `offerwall_code` string
    - `country` string, required — The country code of the user's location.
    - `is_spin_available` boolean, required — Whether the user can spin the wheel
    - `spin_details` SpinDetails — Details about the spin wheel for the user
      - `periodicity` 'DAILY' | 'WEEKLY', required — How often the user can spin
      - `timezone` string, required — The timezone for the spin wheel periods
      - `min_level` integer, required — Minimum user level required to spin
      - `prize_pool` WheelPrize[], required — Available rewards
        - `type` 'reward-user-currency' | 'reward-user-xp' | 'no-reward', required — The type of reward
        - `weight` number, float, required — The weight of the reward; between 0 and 1
        - `prize_data` union, required
          - WheelSpinRewardUserCurrency
            - `amount` string, required — Amount of currency
          - WheelSpinRewardUserXp
            - `amount` string, required — Amount of XP

## Other responses

- `406` — VPN detected

---

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