Client endpoint. Retrieves the current user’s time-limited items.
The user’s time-limited items were successfully retrieved.
{- "items": [
- {
- "sku": "plex",
- "type": "virtual_good",
- "virtual_item_type": "non_renewing_subscription",
- "name": "PLEX",
- "description": "The PLEX or “30-day Pilot's License EXtension” is a virtual item that represents 30 days of subscription time and can be bought for cash and then sold to other players for in-game ISK.",
- "expired_at": 1746057600,
- "status": "active"
}, - {
- "sku": "token",
- "type": "virtual_good",
- "virtual_item_type": "non_renewing_subscription",
- "name": "WoW Token",
- "description": "WoW token allows players to buy game time World of Warcraft for money and sell it for game gold at auction.",
- "expired_at": 1546304461,
- "status": "expired"
}, - {
- "sku": "premium",
- "type": "virtual_good",
- "virtual_item_type": "non_renewing_subscription",
- "name": "Premium account",
- "amount": 10,
- "description": "Premium. Premium Status provides a character with several benefits allowing faster overall progression.",
- "expired_at": null,
- "status": "none"
}
]
}