Open
Authorizations
Path parameters
loot_box_idstringRequired
the loot box id
program_membership_idstringRequired
the program membership id
Responses
200
Successful response
application/json
post
POST /partner-api/v2/program-memberships/{program_membership_id}/loot-boxes/{loot_box_id}/open HTTP/1.1
Host:
X-API-Key: YOUR_API_KEY
Accept: */*
200
Successful response
{
"loot_box_reward_outcome": {
"loot_box_reward_choice_id": "text",
"loot_box_reward_choice_title": "text",
"loot_box_reward_choice_subtitle": "text",
"loot_box_reward_choice_category": "text",
"loot_box_reward_choice_point_reward_value": 1,
"loot_box_reward_choice_image": "text",
"loot_box_sponsor_name": "text",
"loot_box_sponsor_description": "text",
"loot_box_metadata": "text",
"reward_uuid": "text",
"reward_name": "text",
"reward_description": "text",
"reward_image_url": "text",
"reward_redemption_instruction": "text",
"reward_terms_and_conditions": "text",
"reward_end_date": "text",
"reward_store_discount_url": "text",
"reward_metadata": "text"
}
}