Authentication
Most endpoints require authentication using an API key. You can generate an API key from the Theymes support app. API keys must be included in theAuthorization header of each request.
Public endpoints (no authentication)
A small number of endpoints are public and do not require an API key. These are the support link endpoints, which create a web support session and return (or redirect to) a public support URL. Instead of an API key, they identify the game using its game environmenttoken.
In the reference documentation these endpoints are listed under the Public (no authentication) group, separate from the authenticated endpoints under Authenticated (API key).