Skip to main content

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

NameTypeRequiredDescription
platformstringYesPlatform name
games_rtparrayYesRTP data by game
games_rtp.*.game_idintegerYesGame ID
games_rtp.*.rtpdecimalYesCurrent RTP

Response Body

NameTypeRequiredDescription
statusbooleanYesAccepted values: true

Example of a response body

Response: /notification/rtp
{
"status": true
}