- 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
Developing
GET
https://api.lootlocker.io/admin/game/{game_id}/hosts
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.lootlocker.io/admin/game//hosts' \
--header 'x-auth-token: ' \
--header 'x-auth-token;'
Response Response Example
{
"hosts": [
{
"id": "01J30E9NP9RAPP74BAJN7M06TX",
"host": "example.com",
"game_id": 2
},
{
"id": "01J30EWRAB9NYJVR3GH94QBYY2",
"host": "itch.io",
"game_id": 2
},
{
"id": "01J30EX3HX9JS0TZ7CPKAQ4ZX0",
"host": "cloud.mygame.io",
"game_id": 2
}
]
}
Request
Path Params
game_id
stringÂ
required
Header Params
x-auth-token
stringÂ
optional
Example:
{{admin_auth_token}}
Responses
🟢200Success
application/json
Body
object {0}
Modified at 2024-07-17 13:36:35