cURL
curl --request POST \ --url https://mock-api.cevro.ai/v1/players/{playerId}/responsible-gaming/limits \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --header 'X-Session-ID: <x-session-id>' \ --data ' { "type": "deposit_daily", "limit_amount": 123 } '
Set a new responsible gaming limit. Decreases take effect immediately, increases have a cooling-off period.
API Bearer token. For this demo, any non-empty string is accepted.
deposit_daily
deposit_weekly
deposit_monthly
loss_daily
loss_weekly
loss_monthly
wager_daily
session_time
Limit value (amount or minutes for session_time)
Limit set successfully