[GET]
{{baseUrl}}/api/v1/fraud/phone
HeaderTypeDescription
AppIdstringCreate an app to get your app ID on dashboard here
Authorizationstringpublic secret key

Query parameter

ParameterTypeDescriptionRequired
phone_numberstringphone of userrequired

Sample response

Response
{
  "entity": {
    "number": 2348068810228,
    "valid": true,
    "disposable": false,
    "type": "mobile",
    "country": "NG",
    "carrier": "MTN",
    "score": 0,
    "account_details_registered": [
      "facebook",
      "google",
      "twitter"
    ]
  }
}