Cancel Free Spin
Last updated
Last updated
This endpoint cancels previously granted free spin rounds on a player’s account. Please be aware that not every game is compatible with free spins.
Bearer token for authorization (e.g. Bearer YOUR_API_TOKEN
)
Unique identifier of player.
Reference string.
Identifier of the created Free Round.
Free spin round successfully canceled.
Service unavailable or campaign not found.
{
"status": "ok"
}
POST /api/freespin/cancel HTTP/1.1
Host:
Authorization: text
Content-Type: application/json
Accept: */*
Content-Length: 61
{
"reference": "wazdan:426",
"player_id": 12,
"freespin_id": 54636
}