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

Query parameter

ParameterTypeDescriptionRequired
phonestringphone number of userrequired

Sample response

Response
{
    "entity": {
        "phone": "2348101234567",
        "valid": true,
        "information": {
            "type": "Wireless",
            "carrier": "MTN Nigeria",
            "country": "NG",
            "city": "N/A",
            "zipcode": "N/A",
            "region": "Nigeria",
            "dialing_code": 234,
            "mnc": "12",
            "mcc": "123",
            "time_zone": "Africa/Lagos"
        },
        "format": {
            "formatted": "+2348101234567",
            "local": "0810 123 4567"
        },
        "risk_score": 0,
        "leaked": false,
        "spammer": false,
        "disposable": false,
        "suspicious": false,
        "recent_abuse": false,
        "active": true,
        "active_status": "N/A"
    }
}