RTP Notifications
Request
URI: /notification/rtp
Example usage: https://{callback_url}/notification/rtp
The request is executed using the POST
method.
This method sends detailed information on Return to Player Percentage. A request is sent every 10 minutes.
Request body
Name | Type | Required | Description |
---|---|---|---|
platform | string | Yes | Platform name |
games_rtp | array | Yes | RTP data by game |
games_rtp.*.game_id | integer | Yes | Game ID |
games_rtp.*.rtp | decimal | Yes | Current RTP |
Response Body
Name | Type | Required | Description |
---|---|---|---|
status | boolean | Yes | Accepted values: true |
Example of a response body
Response: /notification/rtp
{
"status": true
}