- Auth
- API Keys
- Collectables
- Heroes and Characters
- Game
- Asset Candidates
- Assets
- Bones
- Players
- Leaderboards
- Files
- Feature Toggles
- Universal Player Auth
- Merging
- Rarities
- Preferences
- Platforms
- Progressions
- User
- Organisation
- Link Types
- Events/Missions
- Maps
- White Label Login
- Rewards
- Moderation Reports
- Catalogs
- Currency
- Balances
- Messages
- DLC
- Player Segments
- Character Classes
- Subscriptions
- Player Operations
- Roles
- Title Config
- Items
- Entitlements
- Feedback
- Hosts
- Metadata
- Triggers
- Data Migration
- Twitch Drops
- Notifications
Get Info
Developing
GET
/admin/game/{game_id}/player/{player_id}/info
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.lootlocker.io/admin/game//player//info' \
--header 'x-auth-token;'
Response Response Example
{
"info": {
"id": "01J4S1A09P1CEE944JRTYX1XH7",
"legacy_id": 1,
"public_uid": "55GST3ES",
"created_at": "2024-08-08T13:02:03Z",
"name": "SlimJim"
}
}
Request
Authorization
API Key
Add parameter in header
x-auth-token
Example:
x-auth-token: ********************
Path Params
game_id
stringÂ
required
player_id
stringÂ
required
Header Params
x-auth-token
stringÂ
optional
Example:
{{auth_token}}
Responses
🟢200Success
application/json
Body
info
objectÂ
required
id
stringÂ
required
legacy_id
integerÂ
required
public_uid
stringÂ
required
created_at
stringÂ
required
name
stringÂ
required
Modified at 2024-10-11 09:44:33