API
API endpoints
Open API spec
2min
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? 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) 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