- 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 Catalogs For Game
GET
https://api.lootlocker.io/admin/game/{game_id}/catalogs
economy
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'https://api.lootlocker.io/admin/game//catalogs' \
--header 'x-auth-token: ' \
--header 'x-auth-token;'
Response Response Example
{
"catalogs": [
{
"created_at": "2023-10-11T09:47:55Z",
"name": "Some Catalog",
"key": "some_catalog",
"game_id": 23647,
"id": "01HCF25FGQDM09MYWA6YBN8AX6",
"deleted_at": null
}
]
}
Request
Path Params
game_id
stringÂ
required
Example:
{{dev_game_id}}
Header Params
x-auth-token
stringÂ
required
Example:
{{admin_auth_token}}
Responses
🟢200Success
application/json
Body
catalogs
array [object {6}]Â
required
created_at
stringÂ
optional
name
stringÂ
optional
key
stringÂ
optional
game_id
integerÂ
optional
id
stringÂ
optional
deleted_at
nullÂ
optional
Modified at 2024-04-25 09:10:38