External Provider Linking
Prerequisites
Start Link Flow
curl --location --request POST 'https://api.lootlocker.com/game/session/remote/link/lease' \
--header 'x-session-token: your_token_here' \
--header 'Content-Type: application/json' \
--data-raw '{
"game_key": "your_api_key_here",
"game_version": "1.0.0.0"
}'Poll for Link Status
Handle Link Results
Last updated
Was this helpful?
