cURL
curl --request GET \ --url https://mock-api.cevro.ai/v1/players/{playerId}/responsible-gaming/closed \ --header 'Authorization: Bearer <token>' \ --header 'X-Session-ID: <x-session-id>'
{ "player_id": "<string>", "rg_closed": true }
Simple endpoint to check if a player is restricted due to Responsible Gaming policies.
API Bearer token. For this demo, any non-empty string is accepted.
RG closure status