For the complete documentation index, see llms.txt. This page is also available as Markdown.

Authentication

How to authenticate when accessing the Game Server API.

To access the Plugin API, all requests need to be authenticated via a Game Server secret key which is found in the game servers section of your creator panel.

Supply the secret key by setting the X-Tebex-Secret header in all requests to the API.

Please note that all requests to the API must be sent via HTTPS.

Last updated