Api introduction
To establish communication and receive data regarding user bets, you must integrate specific APIs into your server. This server will handle designated API calls from our betting platform. These calls might pertain to bets that need to be placed, accepted, or refunded by your payment, CRM, or other related systems.
It's imperative that certain callbacks and endpoints are implemented within your server.
Important
Please ensure that all callbacks are processed idempotently. Given our at-least once guarantee, it's possible for a callback to be delivered to the server more than once. Always use the request_id
to distinguish and manage each callback appropriately. If a request is repeated, it's essential to provide the exact same response code and content as the initial response. Consistency in handling and responding to repeated requests ensures seamless operation.