POST
/
activity
/
playerJoin
curl --request POST \
  --url https://api.readmin.app/activity/playerJoin \
  --header 'Content-Type: application/json' \
  --header 'loader-id: <api-key>' \
  --data '{
  "playerId": 123,
  "platform": "Phone",
  "safechat": true,
  "username": "<string>",
  "tzOffset": "<string>"
}'
{
  "success": true,
  "banned": true,
  "reason": "<string>",
  "isStaff": true,
  "sessionId": "<string>",
  "runningPlayerId": "<string>"
}

Authorizations

loader-id
string
header
required

Body

application/json

Response

200
application/json

Player joined successfully

The response is of type object.