- 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
Create Wallet Modifiers
POST
https://api.lootlocker.io/admin/game/{game_id}/wallet/{wallet_id}/modifiers
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.lootlocker.io/admin/game//wallet//modifiers' \
--header 'x-auth-token: ' \
--header 'x-auth-token;' \
--header 'Content-Type: application/json' \
--data-raw ''
Response Response Example
{
"message": "string"
}
Request
Path Params
game_id
stringÂ
required
wallet_id
stringÂ
required
Header Params
x-auth-token
stringÂ
required
Example:
{{admin_auth_token}}
Body Params application/json
modifiers
array [object {3}]Â
required
currency_id
stringÂ
required
factor
stringÂ
required
expires_at
stringÂ
optional
Examples
Responses
🟢200OK
application/json
Body
message
stringÂ
required
Modified at 2025-03-17 14:26:08