Skip to main content
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-check

Request parameters

KeyRequiredTypeConstraintsExplanation
ip_addressYesStringipv4, ipv6IP address to check
Request example:
{
  "ip_address": "64.236.213.12"
}

Response values

KeyTypeConstraints
risk_levelStringVERY_LOW, LOW, MEDIUM, HIGH, VERY_HIGH, NOT_CHECKED
Response example:
{
  "risk_level": "LOW"
}

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.