Game Restrictions
Request
URI: /game-restrictions
Example usage: https://{callback_url}/notification/game-restrictions
The request is executed using the POST
method.
This method is used as a notification to platforms with enabled synchronization that games or providers have changed their available currencies or countries.
tip
The request is executed daily at 6 a.m. UTC time.
Request parameters
Name | Type | Required | Description |
---|---|---|---|
currentTime | string | Yes | Current time and date in ISO 8601 |
Example of a request
Request: /game-restrictions
{
"currentTime": "2024-04-22T13:56:52Z"
}