Open API spec
If you need these commands on hand, you can **download the Open API **YAML file.
The Gameye Session API offers an agnostic way of hosting containerized game sessions without needing to worry about geographic capacity or scalability issues. The API gives you a suite of features to host your multiplayer game.
How do you authenticate?
Section titled “How do you authenticate?”All our endpoints need authorization. You can do this through Bearer Token Authentication.
You’ll need to ask our support team for your Bearer Token. Then, make sure you add it in the header of each request.
For example, if you wanted to use the endpoint to list current sessions, you’d write:
$curl \ -X GET https://api.gameye.io/session \ -H "Authorization: Bearer $ACCESS_TOKEN"Api token (HTTP)
Section titled “Api token (HTTP)”Send a bearer token (“token” Formatted) in the Authorization http header to authenticate with the API.
This is the documentation for version 1.2.1 of the API. Last update on Jun 1, 2023.