Skip to main content
POST
Retrieve user information

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

User information retrieved successfully

id
integer
Example:

1

username
string
Example:

"John"

avatar
string
Example:

"https://mc-heads.net/body/John/150px"

system
string
Example:

"minecraft"

identificator
string
Example:

"John"

uuid
string
Example:

"e7e2a342-b204-4d9e-9e1f-6e1e4f1b029d"

created_at
string<date-time>
Example:

"2024-01-01T00:00:00Z"

updated_at
string<date-time>
Example:

"2024-01-02T00:00:00Z"

virtual_currency
number<float> | null
Example:

100.5