post https://us-central1-readysandbox.cloudfunctions.net/storeV2-getLootBoxesByAppId
Get loot boxes by application ID
Log in to see full request history
Responses
400Bad request, invalid argument. The token has expired.
Get loot boxes by application ID
400Bad request, invalid argument. The token has expired.
xxxxxxxxxx
curl --request POST \
--url https://us-central1-readysandbox.cloudfunctions.net/storeV2-getLootBoxesByAppId \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
29}
{
"lootBoxes": [
{
"id": "string",
"totalQuantity": 0,
"availableQuantity": 0,
"purchasedQuantity": 0,
"infinityItemsCount": 0,
"partitions": [
{
"id": "string",
"virtualItemIds": [
"string"
],
"unavailableVirtualItemIds": [
"string"
],
"infinityItemIds": [
"string"
],
"totalQuantity": 0,
"availableQuantity": 0,
"purchasedQuantity": 0,
"size": 0
}