White Label Session
POST
https://api.lootlocker.com/game/v2/session/white-label
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.lootlocker.com/game/v2/session/white-label' \
--header 'Content-Type: application/json' \
--data-raw '{
"game_key": "",
"email": "{{white_label_user_email}}",
"token": "{{whitelabel_auth_token}}",
"game_version": "{{game_version}}"
}'
Response Response Example
{
"success": true,
"session_token": "e6fa44946f077dd9fe67311ab3f188c596df9969",
"player_id": 3,
"public_uid": "TSEYDXD8",
"player_created_at": "2022-05-30T07:56:01+00:00",
"check_grant_notifications": true,
"check_deactivation_notifications": false,
"seen_before": true
}
Request
Header Params
Content-Type
stringÂ
required
Example:
application/json
Body Params application/json
Responses
Modified at 2025-04-15 10:58:20