Requirements
- API key pair
- Service enabled (done by iDenfy staff)
- Finances to perform proxy check
IP Address Proxy Check
This service checks an IP address and returns its risk level.Authorization:
API key pair
Method: POST
Endpoint: https://ivs.idenfy.com/fraud/proxy-checkRequest parameters
| Key | Required | Type | Constraints | Explanation |
|---|---|---|---|---|
ip_address | Yes | String | ipv4, ipv6 | IP address to check |
Response values
| Key | Type | Constraints |
|---|---|---|
risk_level | String | VERY_LOW, LOW, MEDIUM, HIGH, VERY_HIGH, NOT_CHECKED |
Automatic proxy check on approved verificationsYou can enable this setting in the dashboard. When enabled, a proxy check is performed for each approved ID verification before sending the result webhook. The result appears in the
clientIpProxyRiskLevel field of the webhook’s data object.