FRAUD APIS
IP Screening
GETTING STARTED
- Sign In
- Create an App
- Fund Wallet
- Authentication
- Webhooks
GOVERNMENT DATABASE CHECKS (Individual)
- Nigeria π³π¬
- Kenya π°πͺ
- Uganda πΊπ¬
- Ghana π¬π
- South Africa πΏπ¦
- Angola π¦π΄
- Zimbabwe πΏπΌ
- Zambia πΏπ²
GOVERNMENT DATABASE CHECKS (Businesses)
- Nigeria π³π¬
IDENTITY VERIFICATION SERVICES
- Global Identity Verification π
- Nigeria π³π¬
- United States πΊπΈ
- United Kingdom π¬π§
- Canada π¨π¦
BIOMETRIC CHECKS
DOCUMENT ANALYSIS
ADDRESS VERIFICATION
- Nigeria π³π¬
AML (Global)
- AML Screening Individual
- AML Screening Business
MESSAGING SERVICES
GLOBAL BUSINESS CHECK
GENERAL SERVICES
FRAUD APIS
IP Screening
Submit an IP Address
[GET]
{{baseUrl}}/api/v1/fraud/ip
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 parameter
Key | Type | Description |
---|---|---|
ip_address | string |
Sample response
Response
{
"entity": {
"report": {
"ip": "2.58.56.101",
"blacklists": {
"detections": 11,
"engines_count": 85,
"detection_rate": "13%",
"scantime": "0.92"
},
"information": {
"reverse_dns": "powered.by.rdp.sh",
"continent_code": "EU",
"continent_name": "Europe",
"country_code": "DE",
"country_name": "Germany",
"country_currency": "EUR",
"country_calling_code": "49",
"region_name": "Hamburg",
"city_name": "Hamburg",
"latitude": 53.575321197509766,
"longitude": 10.015339851379395,
"isp": "1337 Services GmbH",
"asn": "AS210558"
},
"anonymity": {
"is_proxy": false,
"is_webproxy": false,
"is_vpn": false,
"is_hosting": false,
"is_tor": true
},
"risk_score": {
"result": 100
}
},
"success": true
}
}
Was this page helpful?
On this page