CS QRCode
Samsung Model/Color/Storage Check
This service is used to check the model color and storage of Samsung devices (supporting IMEI/SN 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 samsung_model
sn Yes Sumsang IMEI/SN
Example of successful request return
{
    'code': 0,
    'data': {
        'description': 'Galaxy S24 Ultra 黑色 12GB+512GB',
        'model': 'Galaxy S24 Ultra',
        'color': '黑色',
        'storage': '12GB+512GB'
    }
}
Request failed return code, please refer to Develop Documents