We do not recommend using this API directly, but instead use the ReAdmin Activity Tracking Module
/createServer
endpoint.
Retrieve server information with the /getServer
endpoint.
End game sessions via the /endServer
endpoint.
/playerJoin
.
Handle player exit events using /playerLeave
.
Track additional player activity and metadata, such as platform and safe chat status.
/sendData
to synchronize real-time events and updates across servers.
/createServer
.
The server will be registered, and you’ll receive a runningGameId for tracking.
/playerJoin
with their playerId and platform information.
This endpoint also checks for bans and manages special rules for VIP servers.
/sendData
endpoint. This ensures all actions and metrics are captured consistently.
/endServer
to remove the game session from the API.
/playerJoin
are automatically kicked. Ensure proper ban reasons are provided for clarity.