Integration API
API is several groups of methods that are designed to:
- Open the lobby on your website or application.
The URL that opens lobby must be generated with our API. Depending on your demands, the URL can be opened in an iframe, standalone window or tab. On mobile platforms, the URL should be open in a separate form for it to be displayed correctly. NOTE: Please use this tool to check your integration implementation for user authorization: https://tests.evenbetgaming.com/opensession/ - Financial operations during the gameplay.
We offer to use one of the wallet types: Seamless Wallet or Transfer Wallet. NOTE: Please use this tool to check your integration implementation for seamless wallet operations: https://tests.evenbetgaming.com/seamless/
📄️ Setting up the API
Before you start integration, you need to get the following information from us:
📄️ Interaction protocol
Communication via HTTP(S)-queries in JSON API format is used for integration. The query parameters can be passed in the query string (GET method) and in the query body (POST method). The response is passed in the JSON API format.
📄️ Security
In order to ensure the API security, query signature generated with the help of the secret key is used. Query signature is validated on our server and in case it doesn’t match, the error is returned.
📄️ Open lobby
In order to open the lobby, use the link sent as a response for the request to create a session.
📄️ User Avatar Management
Player’s avatar setup ####