CS QRCode
GSMA Model Check
Support querying all devices with 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 imei
sn Yes IMEI
Example of successful request return
{
    'code': 0,
    'data': {
        'imei': '356698882008924',
        'model': 'iPhone 16 Pro',   //promotion model
        'number': 'A3294',   //network access model
        'manufacturer': 'Apple',   //brand
        'deviceType': 'SMARTPHONE',   //deviceType
        'isPhone': true   //is a Phone or not
    }
}
Request failed return code, please refer to Develop Documents