Phone Check
Submit an Phone number for screening
{{baseUrl}}/api/v1/fraud/phone
Header
Header | Type | Description |
---|---|---|
AppId | string | you would need to create an app to get your app ID |
Authorization | string | public secret key e.g prod_sk_1T1eSavlZxy02OT3OWlvbxK4G |
QUERY Parameters
Body | Type | Description |
---|---|---|
phone_number | string | phone of user |
Response Sample
{
"entity": {
"number": 2348068810228,
"valid": true,
"disposable": false,
"type": "mobile",
"country": "NG",
"carrier": "MTN",
"score": 0,
"account_details_registered": [
"facebook",
"google",
"twitter"
]
}
}
Updated 4 months ago