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 a game initialization, retrieval of a games list, providers, user token, etc.
A request from ThirdPartyPlatform to FUNGAMESS is used for retreival of data that is 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 singular 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 additional data for the response.
For example Start game request.
To generate a link for the game Start, FUNGAMESS sends several requests to the ThirdPartyPlatform.
The link cannot be generated.
For a more detailed description on how the methods work to start the game click here.