Create Player
POST
https://api.lootlocker.io/server/player
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 |
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.lootlocker.io/server/player' \
--header 'x-auth-token;' \
--header 'Content-Type: application/json' \
--data-raw ''
Response Response Example
200 - Success
{
"player_id": 9,
"player_ulid": "01JMY7BEXA4GVWF513ANKK4383"
}
Request
Header Params
x-auth-token
stringÂ
required
Default:
{{server_auth_token}}
Body Params application/json
Responses
Modified at 2025-04-07 14:01:49