Cancel Free Spin
post
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.
Header parameters
AuthorizationstringRequired
Bearer token for authorization (e.g. Bearer YOUR_API_TOKEN
)
Body
player_idstringRequired
Unique identifier of player.
referencestringRequired
Reference string.
freespin_idintegerRequired
Identifier of the created Free Round.
Responses
200
Free spin round successfully canceled.
application/json
503
Service unavailable or campaign not found.
application/json
post
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
}
{
"status": "ok"
}
Last updated