---
title: "Get User Info"
method: GET
path: "/user-info"
---

# Get User Info

`GET /user-info`

Retrieve the current account information.

## Response `200`

Request successful

- object
  - `status` string, required
  - `message` string, required
  - `data` object, required
    - `name` string — Account name
    - `email` string — Account email address
    - `balance` string — Available balance
    - `freeze_balance` string — Frozen balance (reserved for pending tasks)
    - `created_time` string — Account registration time

## Other responses

- `401` — Authorization failed

---

[API](https://skmtc.dev/ttapi/apis/flowmusic-api-docs.md) · [All operations](https://skmtc.dev/ttapi/apis/flowmusic-api-docs/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ttapi/flowmusic-api-docs/revisions/f27f8a59dbd0/schema)
