Authentication

Application credentials are required for production and simulation environments and cannot be shared publicly.

To utilise resources in your account, an access token from the support team is required. Obtain a Bearer authentication token by contacting the support team at datasupport@imgarena.com, necessary for connecting to the WebSocket endpoints.

We don't look at the header for websockets. Instead we expect the client to push through that auth message immediately on connecting in the following format:

{"authToken": "ACCESS_TOKEN"}

It's important to keep your access tokens private, as they are meant to be secure and confidential.