Loot box reward probabilities

Create a probability for a loot box reward.

post

Invoke this endpoint to create a probability for a loot box reward choice.

Authorizations
Responses
200
Successful response
application/json
post
POST /partner-api/v2/admin/loot_box_reward_probabilities HTTP/1.1
Host: 
X-API-Key: YOUR_API_KEY
Accept: */*
200

Successful response

{
  "loot_box_reward_probability": {
    "program_tier_id": "text",
    "probability": 1
  }
}

Delete a loot box reward probability.

delete

Invoke this endpoint to delete the probability for a loot box reward choice.

Authorizations
Path parameters
loot_box_reward_probability_idnumberRequired
Responses
200
Successful response
application/json
delete
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: */*
200

Successful response

{
  "loot_box_reward_probability": {
    "program_tier_id": "text",
    "probability": 1
  }
}

Update a loot box reward probability.

patch

Invoke this endpoint to update the probability for a loot box reward choice.

Authorizations
Path parameters
loot_box_reward_probability_idnumberRequired
Responses
200
Successful response
application/json
patch
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: */*
200

Successful response

{
  "loot_box_reward_probability": {
    "program_tier_id": "text",
    "probability": 1
  }
}