Information

Get server information

GET https://plugin.tebex.io/information

This endpoint returns general information about the authenticated account and server.

Headers

NameTypeDescription

X-Tebex-Secret

string

The secret key of the server.

{
  "account": {
    "id": 123,
    "domain": "http://example.tebex.io",
    "name": "Tebex Store Example",
    "currency": {
      "iso_4217": "GBP",
      "symbol": "£"
    },
    "online_mode": true,
    "game_type": "Minecraft: Java Edition",
    "log_events": true
  },
  "server": {
    "id": 123,
    "name": "Minecraft Server"
  }
}

Last updated