Device Binding Status
Developing
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/jsonRequired
{
"deviceId": "0D5249C7-5D42-48AC-A8C2-79EE90D2560D",
"appVersion": "6.2",
"osVersion": "Android 14",
"model": "Pixel 7",
"manufracture": "Google",
"platform": "android",
"simProvider": "airtel",
"mobileNumber": "9674603714",
"deviceIp": "192.168.1.10",
"deviceImei": "356789123456789"
}
Request Code Samples
curl --location --request POST 'https://pay-en-uat.enkash.in/api/v1/partner/device-bind/status' \
--header 'partnerId: CRM338L2H' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceId": "0D5249C7-5D42-48AC-A8C2-79EE90D2560D",
"appVersion": "6.2",
"osVersion": "Android 14",
"model": "Pixel 7",
"manufracture": "Google",
"platform": "android",
"simProvider": "airtel",
"mobileNumber": "9674603714",
"deviceIp": "192.168.1.10",
"deviceImei": "356789123456789"
}'
Responses
application/json {
"response_code": 0,
"response_message": "Success",
"payload": {
"status": "Pending"
}
}
Modified at 2026-02-09 11:15:37