Connector APIs
Integrate Poker, connect your existing gaming portal.
Purpose
Using these APIs, you can integrate any pre-developed or existing gaming portal, adding poker as an additional game offering to the same player base. By calling these APIs, you can manage players within the existing ecosystem, providing real-time balance updates to enable seamless poker gameplay.
The Pokerscript API follows the principles of Representational State Transfer (REST). It utilizes standard HTTP features such as authentication and response codes. JSON format is consistently used for all API responses, including error messages.
URL Structure
Poker REST APIs allow access to resources (data entities) through URI paths. To use a REST API, your application sends an HTTP request and processes the response.
The poker REST API utilizes JSON for communication and supports standard HTTP methods such as GET, PUT, POST, and DELETE. URLs for online poker REST API resources follow this structure:
Currently, there are two API names available, which will be dsigned for different purposes.
api
– for everything else.auth
– for authentication-related operations.
The current API version is 2. However, there is also a symbolic version called latest that resolves to the latest version supported for online poker solutions.
Last updated
Was this helpful?