curl --request GET \
--url https://api.rokcel.com/v1/platform/resolve_phone_number/257/62239080
{
"data": {
"country": {
"code": "BI",
"flag": "https://flagcdn.com/bi.svg",
"label": "Burundi",
"phone": "257"
},
"subscriber": {
"logo": "https://dpictures.s3.amazonaws.com/PayLipa/lumicash.png",
"name": "Bizimana Geroph",
"network_name": "Lumicash",
"phone": 62598720,
"valid": true
}
}
}
Get Subscriber Information
curl --request GET \
--url https://api.rokcel.com/v1/platform/resolve_phone_number/257/62239080
{
"data": {
"country": {
"code": "BI",
"flag": "https://flagcdn.com/bi.svg",
"label": "Burundi",
"phone": "257"
},
"subscriber": {
"logo": "https://dpictures.s3.amazonaws.com/PayLipa/lumicash.png",
"name": "Bizimana Geroph",
"network_name": "Lumicash",
"phone": 62598720,
"valid": true
}
}
}
"{{APP_TOKEN}}"
Get Subscriber Information
The response is of type object
.