Skip to main content

Proxy Check

Requirements
  • API key pair
  • Service enabled (done by iDenfy's staff)
  • Finances to perform proxy check

IP address proxy check

This service checks the IP address and returns its risk level.


proxy check

Authorization: API key pair
Method: POST
Endpoint: https://ivs.idenfy.com/fraud/proxy-check

The request must contain JSON parameters:

KeyRequiredTypeConstraintsExplanation
ip_addressYesStringipv4,ipv6IP address to check

Example request

{
"ip_address": "64.236.213.12"
}

Response values

KeyTypeConstraints
risk_levelStringVERY_LOW; LOW ;MEDIUM
HIGH ; VERY_HIGH; NOT_CHECKED

Example response

{
"risk_level": "LOW"
}

Checking proxy level on all APPROVED ID verification

It is possible to turn on this setting in the dashboard. If enabled, this check is performed for each APPROVED ID verification prior to sending the result result webhook. The result of this check can be found in the clientIpProxyRiskLevel field of the webhook's data object.