Platform | Value |
---|---|
Steam | steam |
PlayStation / PSN | psn |
Sign in with Apple | apple_sign_in |
Apple Game Center | apple_game_center |
Apple App Store | apple_app_store |
Google Sign In | google_sign_in |
Google Play Store | google_play_store |
Xbox | xbox_one |
Nintendo Switch | nintendo_switch |
Amazon Luna | amazon_luna |
White Label Login | white_label_login |
Guest | guest |
Epic Games | epic_games |
Meta | meta |
curl --location --request POST 'https://api.lootlocker.io/server/player' \
--header 'Content-Type: application/json' \
--header 'x-auth-token;' \
--data-raw '{
"platform": "steam",
"player_identifier": "string"
}'
{"player_id":9,"player_ulid":"01JMY7BEXA4GVWF513ANKK4383"}