Invoke this endpoint to create a probability for a loot box reward choice.
POST /partner-api/v2/admin/loot_box_reward_probabilities HTTP/1.1 Host: X-API-Key: YOUR_API_KEY Accept: */*
Successful response
{ "loot_box_reward_probability": { "program_tier_id": "text", "probability": 1 } }
Invoke this endpoint to delete the probability for a loot box reward choice.
DELETE /partner-api/v2/admin/loot_box_reward_probabilities/{loot_box_reward_probability_id} HTTP/1.1 Host: X-API-Key: YOUR_API_KEY Accept: */*
Invoke this endpoint to update the probability for a loot box reward choice.
PATCH /partner-api/v2/admin/loot_box_reward_probabilities/{loot_box_reward_probability_id} HTTP/1.1 Host: X-API-Key: YOUR_API_KEY Accept: */*