GET
/
v1
/
platform
/
resolve_phone_number
/
257
/
62239080
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
    }
  }
}

Headers

x-auth-token
string
Example:

"{{APP_TOKEN}}"

Response

200 - application/json

Get Subscriber Information

The response is of type object.