---
title: "Get account information"
method: GET
path: "/client/v1/account/get-info"
---

# Get account information

`GET /client/v1/account/get-info`

Returns basic account information.

## Response `200`

Successful response

- ResponseAccountInfo — Account information response.
  - `success` boolean — Success status (true if successful, false if an error occurred).
  - `message` string — Response message.
  - `result` AccountInfo — Account information.
    - `id` integer — User ID.
    - `email` string — User email address.
    - `username` string — Account username.
    - `email_verified` boolean — Whether the email address is verified.
    - `_2fa_enabled` boolean — Two-factor authentication status (enabled/disabled).
    - `wallet_balance` number — Current wallet balance.

## Other responses

- `400` — Bad request
- `403` — Authentication error

---

[API](https://skmtc.net/9proxy/apis/cd-key.md) · [All operations](https://skmtc.net/9proxy/apis/cd-key/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/9proxy/cd-key/versions/c159f83789a8/schema)
