CS QRCode
Dell Warranty Check (including Alien)
This service is used to check about the warranty, configuration details, etc. of Dell devices.
Concurrent / Thread Count
For queries that take more than 1 second, the concurrent / thread count should be controlled within 10 or less.
Reason: Excessive concurrency can cause the system to directly return a failure.
Request Parameters
Parameter Required Value
key Yes key
type Yes dell
sn Yes Dell SN
Example of successful request return
{
    'code': 0,
    'data': {
        'sn': 'H0YS244',
        'model': 'Alienware x14 R2 第13代智能英特尔® 酷睿™ i7- 13620H (24MB 缓存, 10 核, 16 线程, 最高睿频 4.90 GHz Turbo) 星辰银 16 GB, LPDDR5, 4800 MHz, 集成 512GB M.2 PCIe NVMe 固态硬盘',
        'number': 'H0YS244',
        'warranty': {
            'type': 'PREMIUMSUPPORTPLUS',
            'status': '结束',
            'endDate': '2026-09-07',
            'daysRemaining': '622'
        },
        'type': '零售机',   //device type
        'prop': 'inwar|Premium Support Plus|retail|H0YS244|register|'
    }
}
Request failed return code, please refer to Develop Documents