Client endpoint. Retrieves the current user’s inventory.
The user’s inventory was successfully retrieved.
{- "items": [
- {
- "instance_id": null,
- "sku": "instanciated_item",
- "type": "virtual_good",
- "name": "Rocket",
- "quantity": null,
- "description": "Big Rocket - short description",
- "attributes": [ ],
- "groups": [ ],
- "remaining_uses": 1,
- "virtual_item_type": "non_consumable"
}, - {
- "instance_id": null,
- "sku": "shotgun_raider",
- "type": "virtual_good",
- "name": "SHOTGUN FOR TRUE RAIDERS",
- "quantity": 2,
- "description": "description",
- "attributes": [ ],
- "groups": [ ],
- "remaining_uses": 1,
- "virtual_item_type": "non_consumable"
}, - {
- "instance_id": null,
- "sku": "headphones_for_pro",
- "type": "virtual_good",
- "name": "HEADPHONES",
- "quantity": 5,
- "description": null,
- "image_url": null,
- "attributes": [
- {
- "external_id": "stack_size",
- "name": "Stack size",
- "values": [
- {
- "external_id": "stack_size_value_99c25352ab6e34a0e0755fc2a9daa7a76021dce2",
- "value": 5
}
]
}, - {
- "external_id": "licensed",
- "name": "Licensed",
- "values": [
- {
- "external_id": "licensed_value_d75d8034dd2f82cb3d2789f5ec1837a6c350b505",
- "value": true
}
]
}
], - "groups": [ ],
- "remaining_uses": 1,
- "virtual_item_type": "non_consumable"
}, - {
- "instance_id": null,
- "sku": "platform_currency",
- "type": "virtual_currency",
- "name": "UNIQUE DIAMONDS",
- "quantity": 100,
- "description": null,
- "image_url": null,
- "attributes": [ ],
- "groups": [ ],
- "remaining_uses": 1
}
]
}