Returns a specified item from the user's Backpack. The item can be a game key, a virtual item and a virtual currency.
itemId required | string <uuid> The unique identifier for the item. Specified when creating item via API call. |
The details of a specified item from user's Backpack was seccessfully recieved.
Bad request.
The specified item isn't found.
Internal server error.
{- "item_id": "string",
- "item_sku": "string",
- "item_name": "string",
- "image_url": "string",
- "image_proxy_url": "string",
- "description": "string",
- "project_id": 0,
- "merchant_id": 0,
- "item_type": "game_key",
- "price": 0,
- "currency": "USD",
- "promo_code": "string",
- "code": "string",
- "game_name": "string",
- "external_game_id": "string",
- "created_at": "string",
- "item_status": "string",
- "quantity": 0,
- "is_external_vc": true,
- "platform": "steam"
}