Count the number of players
GET {{baseUrl}}/{{version}}/stats/users/count
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
team_id | string | nullable |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | A valid JWT token | |
Admin-Token | string | This is your 3rd party API secrete key |
RESPONSES
status: OK
{"error":false,"code":200,"message":"The total count of players","result":1242}