LogoLogo
  • Welcome
  • Authentication
  • Error Handling
  • Official Plugins
  • Endpoints
    • Information
    • Plugin Information
    • Sessions
    • Heartbeats
    • Setup
  • Configuration
    • Encryption Key
    • Debug Mode
    • Excluding Players
    • Bedrock Support
  • Features
    • Custom Events
    • Revenue Tracking
  • Java SDK
    • Information
    • Players
    • Events
    • Modules
  • Integrations
    • TCP Shield
Powered by GitBook
On this page
  1. Endpoints

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.

{
  "success": true
}
PreviousSessionsNextSetup

Last updated 1 year ago