Skip to main content

Outbound Call API

Outbound Call API – is a section that contains a list of HTTP requests from ThirdPartyPlatform to FUNGAMESS.
The section contains methods for game initialization, retrieval of a games list, providers, user token, etc.
A request from ThirdPartyPlatform to FUNGAMESS is used for the retrieval of data required for integration with the casino provider.
Requests are divided into two types:

  • Single-action request
  • Request with multiple actions

Example of a Single-action request

Single-action requests are executed within a single action.
Thus, one request = one response.
For example, a request to get a list of games.

Example of Request with multiple actions

Some requests from ThirdPartyPlatform to FUNGAMESS require multiple callbacks to collect the necessary data before the response can be formed.
A typical example is the Start game request.
In this case, FUNGAMESS performs a chain of callbacks to the ThirdPartyPlatform to verify the session, retrieve user details, and check the balance.
Only after all data is received, the game link can be generated.
For a more detailed description of how this process works, click here.