The method authorizes the player in the Casino.
Request
Body Params application/jsonRequired
{
"sessionId": "4affa487-c147-4e48-ae90-903223f17d5b",
"secret": "<secret>"
}
Request Code Samples
curl --location 'https://<CASINO_WALLET_URL>/auth' \
--header 'Content-Type: application/json' \
--data '{
"sessionId": "4affa487-c147-4e48-ae90-903223f17d5b",
"secret": "<secret>"
}'
Responses
application/json {
"userId": "238795249760076625",
"currency": "USD",
"balance": "104.23",
"userName": "Player_1",
"type": "real",
"status": "active",
"segment": ['vip'
]
}
Modified at 2026-01-26 14:49:52