Skip to main content
POST
/
user
Retrieve user information
curl --request POST \
  --url https://v3.minestorecms.com/api/user \
  --header 'Authorization: Bearer <token>'
{
  "id": 1,
  "username": "John",
  "avatar": "https://mc-heads.net/body/John/150px",
  "system": "minecraft",
  "identificator": "John",
  "uuid": "e7e2a342-b204-4d9e-9e1f-6e1e4f1b029d",
  "created_at": "2024-01-01T00:00:00Z",
  "updated_at": "2024-01-02T00:00:00Z",
  "virtual_currency": 100.5
}

Authorizations

Authorization
string
header
required

Response

id
integer
Example:
username
string
Example:
avatar
string
Example:
system
string
Example:
identificator
string
Example:
uuid
string
Example:
created_at
string<date-time>
Example:
updated_at
string<date-time>
Example:
virtual_currency
number | null
Example: