CS QRCode
Motorola Warranty Check
This service is used to check the warranty, activation status, etc. of Motorola devices (only supports IMEI).
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 motorola
sn Yes IMEI
Example of successful request return
{
    'code': 0,
    'data': {
        'imei': '352509301067371',
        'name': 'moto razr 50 12GB+512GB 月绒黑 CN',   //model
        'releaseTime': '2024年6月',   //date of production
        'PartCode': 'PB210003CN',   //P/N code
        'PartName': 'MOTO XT2453-2整机 12+512G 月绒黑',   //part description
        'Model': 'XT2453-2',
        'MarketModel': '联想moto razr 50',   //promotion model
        'WarrantyEndDate': '2025-10-15',
        'Name': '联想moto razr 50',   //model name
        'PartScopeEnd': 268,   //remaining warranty days
        'country': '国行',
    }
}
Request failed return code, please refer to Develop Documents