Skip to main content
GET
/
players
/
{playerId}
/
responsible-gaming
/
closed
Check if player has RG closure
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
}

Authorizations

Authorization
string
header
required

API Bearer token. For this demo, any non-empty string is accepted.

Headers

X-Session-ID
string
required

Path Parameters

playerId
string
required

Response

200 - application/json

RG closure status

player_id
string
rg_closed
boolean