Skip to main content
GET
/
users
/
statistics
Get User Statistics
curl --request GET \
  --url https://api-dev.monyfix.tech/users/statistics \
  --header 'Authorization: Bearer <token>'
{
  "total_rounds": 123,
  "total_wins": "<string>",
  "total_friends": 123,
  "win_rate": "<string>",
  "first_round": "<string>",
  "certs_new": true
}

Authorizations

Authorization
string
header
required

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

Response

Successful Response

total_rounds
integer
required
total_wins
string
required
total_friends
integer
required
win_rate
string
required
first_round
string
required
certs_new
boolean
required