- 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}/feedback/category/entity/{entity}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'https://api.lootlocker.io/admin/game//feedback/category/entity/game' \
--header 'x-auth-token: ' \
--header 'x-auth-token;'
Response Response Example
{
"categories": [
{
"id": "01J0RD6S1MP4GT4FCB7SVHEP2B",
"name": "Bug",
"description": "Use this for reporting game bugs"
},
{
"id": "01J0RDK2EV734KSWGWD2Y5HW4D",
"name": "Exploit",
"description": "Use this for reporting game exploits"
}
]
}
Request
Path Params
game_id
stringÂ
required
Example:
{{dev_game_id}}
entity
stringÂ
required
Example:
game
Header Params
x-auth-token
stringÂ
optional
Example:
{{admin_auth_token}}
Responses
🟢200Success
application/json
Body
object {0}
Modified at 2024-07-24 09:27:51