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

Information

Learn more about the server information endpoints.

Get server information

GET https://analytics.tebex.io/api/v1/server

This endpoint returns general information about the authenticated server.

Headers

Name
Type
Description

X-Server-Token*

string

The secret key of the server.

{
  "data": {
    "name": "Tebex Store Example",
    "uuid": "883d2c08-86f9-4060-b9e5-832eb6240c4a",
    "created_at": "2024-01-19T14:44:19.000000Z",
    "updated_at": "2024-01-19T14:44:37.000000Z",
    "team_quota": {
      "current": 0,
      "limit": 1000000
    }
  }
}
PreviousOfficial PluginsNextPlugin Information

Last updated 1 year ago