- 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 Player Operations
GET
https://api.lootlocker.io/admin/playerops/player/{player_ulid}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.lootlocker.io/admin/playerops/player/01HRSNHPCGJS2NMJWEYEFXV6AR?limit=1' \
--header 'x-auth-token: ' \
--header 'x-auth-token;'
Response Response Example
{}
Request
Path Params
player_ulid
stringÂ
required
Example:
01HRSNHPCGJS2NMJWEYEFXV6AR
Query Params
limit
stringÂ
required
Example:
1
cursor
stringÂ
optional
Example:
01HRSNQE230M8MXZW4MZSS9VGZ
Header Params
x-auth-token
stringÂ
required
Example:
{{admin_auth_token}}
Responses
🟢200Success
application/json
Body
object {0}
Modified at 2024-03-13 17:29:21