/v4/game/game-url
Get Game Access URL
POST
/v4/game/game-url
It returns the URL to access the game. The URL is valid for 10 minutes from creation and is for one-time use only.
When making a request, the game_symbol
value can be used as the game_code
from the game list.
To apply a user-specific RTP instead of the agent's RTP, specify the desired RTP in win_ratio
. This value must be equal to or less than the agent's RTP. To use the agent's RTP, set win_ratio
to 0 (default).
If you use a user_code
from a user belonging to another agent, a PERMISSION_ERROR
code is returned. If you attempt to run a game not assigned to the agent, a PROVIDER_NOT_FOUND
or GAME_NOT_FOUND
code is returned.
Headers
Name | Value |
---|---|
Authorization |
|
Content-Type |
|
Accept |
|
Body
Name | Type | Description |
---|---|---|
| integer(64bit) | User's Code |
| integer(64bit) | Provider ID |
| string | Game Symbol |
| integer(32bit) | Language Code Value For more information, please refer to this page. |
| string | Home Url (Redirect URL when the game is closed) |
| float | RTP(Winning Rate) |
Response
Key | Type | Description |
---|---|---|
| integer(32bit) | Response Code |
| string | Response Message |
| string | Game Launch URL |
Last updated