User must be logged in to make this API call.
GET /apis/inventory.json?type=TYPE
Examples:
Sample Request:
GET /apis/inventory.json?type=unlockable
Sample Response:
{
"page": 1,
"per_page": 25,
"total_pages": 10,
"inventory": [
{
"uuid": "1a2ed8bfaf4c1882f11c43b0b19e551d",
"type": "unlockable",
"name": "20th Anniversary",
"rarity": "Diamond",
"is_sellable": false,
"category_id": 10004,
"sub_category_id": 10008,
"quantity": "0"
}
]
}