Get Current User
Get Current User
Responses
- 200
Successful Response
application/json
Schema
Example (from schema)
Schema
email Email
username Username
name Name
birthday Birthday
country Country
state State
city City
origin Origin
topology object
newsletter Newsletter
id uuid required
created_at date-time required
is_active Is Active required
balance Balance
last_login Last Login
{ "email": "string", "username": "string", "name": "string", "birthday": "string", "country": "string", "state": "string", "city": "string", "origin": "string", "topology": "gamer", "newsletter": true, "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "created_at": "2025-01-10T08:50:51.874Z", "is_active": true, "balance": 0, "last_login": "string" }
Loading...