- 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
List Games
GET
https://api.lootlocker.io/admin/games
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.lootlocker.io/admin/games' \
--header 'x-auth-token: ' \
--header 'x-auth-token;' \
--header 'LL-Version: 2021-03-01' \
--header 'Content-Type: application/json' \
--data-raw ''
Response Response Example
{
"success": true,
"games": [
{
"id": 1,
"name": "SquirrelChaser",
"sandbox_mode": true,
"logo_url": null,
"badge_url": null,
"development": {
"id": 2,
"name": "SquirrelChaser",
"sandbox_mode": true,
"logo_url": null,
"badge_url": null
}
}
]
}
Request
Header Params
x-auth-token
stringÂ
required
Example:
{{admin_auth_token}}
LL-Version
stringÂ
required
Example:
2021-03-01
Body Params application/json
object {0}
Examples
Responses
🟢200Success
application/json
Body
success
booleanÂ
required
games
array [object {6}]Â
required
id
integerÂ
optional
name
stringÂ
optional
sandbox_mode
booleanÂ
optional
logo_url
nullÂ
optional
badge_url
nullÂ
optional
development
objectÂ
optional
Modified at 2024-08-05 16:53:13