- 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
Set up Twitch Drop Campaign
POST
https://api.lootlocker.io/admin/drops/twitch/title/{title_id}/environment/{environment_id}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.lootlocker.io/admin/drops/twitch/title/01JFHK0B18KD582BY1D882HKKS/environment/01JFHK0B2460NS2WHM3PNKFH4W' \
--header 'x-auth-token: ' \
--header 'x-auth-token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"organization_id": "8dfb8532-4228-4558-9b75-a5bf2b2d6918",
"campaign_id": "27df609b-dd5b-11ef-8dd9-0a58a9feac02"
}'
Response Response Example
{}
Request
Path Params
title_id
stringÂ
required
Example:
01JFHK0B18KD582BY1D882HKKS
environment_id
stringÂ
required
Example:
01JFHK0B2460NS2WHM3PNKFH4W
Header Params
x-auth-token
stringÂ
optional
Example:
{{admin_auth_token}}
Body Params application/json
object {0}
Examples
Responses
🟢200Success
application/json
Body
object {0}
Modified at 2025-02-28 11:45:30