OAuth API

The GameserverApp platform supports external sources to tap into the powerful features it has to offer. We use a secure OAuth API authentication handshake, which ensures all customer data is secure and stays that way. 

The OAuth API automatically redirects the user to authenticate with Steam. The Steam auth allows GameserverApp to verify in-game players on the website, enabling features like in-game purchases and direct messaging.

You can find your OAuth API keys & redirect URL here: https://dash.gameserverapp.com/configure/api

All requests require to have one the following HTTP headers :

  • X-AUTH-GSA-CLIENT-ID: {your Client ID}
  • Authorization: Bearer {refresh_token}

You can find the Official PHP API wrapper on Github