Heartbeats
Learn more about the heartbeat endpoints.
Track the current player count
POST
https://analytics.tebex.io/api/v1/server/heartbeat
Sends the current player count for online tracking.
Headers
Name
Type
Description
X-Server-Token*
string
The secret key of a server.
Request Body
Name
Type
Description
players*
number
The current player count.
Last updated