- 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 API Keys
GET
https://api.lootlocker.io/admin/game/{game_id}/api_keys
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'https://api.lootlocker.io/admin/game//api_keys' \
--header 'x-auth-token: ' \
--header 'x-auth-token;'
Response Response Example
200 - Success
{
"api_keys": [
{
"id": "01HM6G0TP52ASCR683CA7MEQJ4",
"game_id": 23647,
"api_key": "dev_4535aa4437de4701895b578eec131477",
"api_type": "game",
"name": "",
"created_at": "2024-01-15T12:02:27Z",
"updated_at": "2024-01-15T12:02:27Z"
}
]
}
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
object {0}
🟠404Record Not Found
Modified at 2024-02-19 01:09:34