CS QRCode
Honor Warranty Check
This service is used to check the warranty and activation status of Honor devices (supporting IMEI/SN/MEID/MAC query).
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 honor
sn Yes Huawei series IMEI/SN
Example of successful request return
{
    'code': 0,
    'data': {
        'imei': '869085064815617',
        'sn': 'ARMR023C05000222',
        'model': '荣耀Magic5 至臻版 16GB+512GB 雅黑色 双卡 全网通版 MTB',
        'img': 'https://selfservice-cn.hihonor.com/ccpcmd/services/dispatch/download/secured/CCPC/EN/ccpc/getProductInformationPicture/1?imageId=M1T5A71N839553501663195320',   //product image
        'description': '荣耀Magic5 至臻版 双卡 全网通版 16GB+512GB (PGT-AN20)',
        'brand': '荣耀',
        'skuItemCode': '5109AQXV',   //SKU ID
        'product': 'PGT-AN20',   //network access model
        'productType': null,   //
        'productOffering': 'OFFE00292495',
        'activated': true,   //activated status
        'type': {
            'demo': false,   //Is it a demonstration machine
            'refurbished': false,   //Is the official refurbished machine
            'retail': true   //Is it a retail machine
        },
        'hasCare': false,   //Whether to purchase insurance
        'purchase': {
            'date': '2024/7/28',   //Activated represents the electronic insurance card date, this value will not be taken if not activated
            'country': 'China',   //Purchase country
            'countryName': '国行'
        },
        'warrStatus': '在保',   //Warranty Status
        'covered': '全维保',   //Warranty mode
        'coverage': '2025/7/29',   //Warranty End Date
        'daysleft': 150,   //Remaining warranty days
        'productDate': '2023/12/05',   //date of production
        'right': [
            {
                'code': 'BS01',
                'name': '7天退机',
                'startDate': '2024/7/28',
                'endDate': '2024/8/4'
            },
            {
                'code': 'BS02',
                'name': '15天换机',
                'startDate': '2024/7/28',
                'endDate': '2024/8/12'
            },
            {
                'code': 'BS03',
                'name': '1年维保',
                'startDate': '2024/7/28',
                'endDate': '2025-07-29'
            },
            {
                'code': 'ES05',
                'name': '荣耀寄修服务 双向免物流费',
                'startDate': '2024/7/28',
                'endDate': '2051/12/14'
            },
            {
                'code': 'ES04',
                'name': '保养服务 24月 8 次 贴膜',
                'startDate': '2024/7/28',
                'endDate': '2026/7/30'
            },
            {
                'code': 'ES10281',
                'name': '艺术焕新服务-艺术背膜 6月 1 次 用户经营赠送',
                'startDate': '2024/8/23',
                'endDate': '2025/2/22'
            }
        ]
    }
}
Request failed return code, please refer to Develop Documents