Get Current User
User
Get Current User
Retrieve the authenticated user’s profile, plan, and token balance
GET
Get Current User
Request
Response
integer
Internal user ID.
string
Display name.
string | null
Email address (null if registered via Telegram only).
string | null
Telegram username (null if registered via email/Google).
string | null
Profile picture URL.
string
Active subscription plan:
free (Starter) | basic | pro | vip | elitestring | null
ISO 8601 datetime when the current subscription expires. Null for Starter plan.
integer
Current token balance (subscription tokens + bonus tokens combined).
integer
Monthly token allowance for your plan.
integer
Max requests per hour.
0 = unlimited (Elite plan).integer
Max requests per day.
0 = unlimited (Elite plan).object
Which authentication methods are connected to this account.
Response Example
Get Balance
Lightweight endpoint for just token balance info.Update Profile
Update your display name or avatar.Request Body
string
New display name.
string
New avatar URL.

