Count the number of players

GET {{baseUrl}}/{{version}}/stats/users/count

Request Params

KeyDatatypeRequiredDescription
team_idstringnullable

HEADERS

KeyDatatypeRequiredDescription
AuthorizationstringA valid JWT token
Admin-TokenstringThis is your 3rd party API secrete key

RESPONSES

status: OK

{"error":false,"code":200,"message":"The total count of players","result":1242}