Skip to main content

Request

[GET]
{{baseUrl}}api/v1/fraud/user
ParameterTypeDescriptionRequired
first_name *stringFirst Namerequired
last_name *stringLast Namerequired
middle_namestringMiddle Nameoptional
date_of_birth *stringrequired
emailstringEmailoptional
phonestringPhone Nooptional
ip_addressstringIP Addressoptional

Sample response

Response
{
  "entity": {
    "overall_risk_score": 80,
    "phone_check_result": {
      "account_details_registered": [
        "skype",
        "angelist",
        "instagram"
      ],
      "carrier": "T-MOBILE USA, INC",
      "country": "US",
      "disposable": false,
      "flags": [],
      "number": 16502969060,
      "score": 4,
      "type": "mobile",
      "valid": true
    },
    "aml_screening_result": [
      {
        "match_type": "Individual",
        "name": "John Asake Doe",
        "nameMatchScore": 80,
        "profileId": "WC2095906"
      }
    ],
    "email_check_result": {
      "account_details_registered": [
        "skype",
        "angelist",
        "instagram"
      ],
      "breach_details": {
        "first_breach": null,
        "haveibeenpwned_listed": false,
        "number_of_breaches": 0
      },
      "domain_details": {
        "accept_all": false,
        "created": "2004-09-27 18:06:20",
        "custom": true,
        "disposable": false,
        "dmarc_enforced": false,
        "domain": "example.com",
        "expires": "2023-09-27 18:06:20",
        "free": false,
        "registered": true,
        "registered_to": "NameFind LLC",
        "registrar_name": "GoDaddy.com, LLC",
        "spf_strict": false,
        "suspicious_tld": false,
        "tld": ".com",
        "updated": "2022-08-16 04:46:10",
        "valid_mx": false,
        "website_exists": true
      },
      "deliverable": false,
      "email": "test@example.com",
      "score": 4,
      "type": "mobile",
      "valid": true
    },
    "ip_check_result": {
      "ip": "2.58.56.101",
      "blacklists": {
        "detections": 11,
        "engines_count": 85,
        "detection_rate": "13%"
      },
      "ip_details": {
        "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
      }
    }
  },
  "uuid": "41f963a5-3d6b-41ec-aac8-bbc5247a4966"
}

Response Fields

FieldTypeDescription
entityobjectContains the full user screening result
entity.overall_risk_scoreintegerCombined risk score from 0 (no risk) to 100 (highest risk) across all checks
entity.phone_check_resultobjectPhone number risk assessment results
entity.phone_check_result.account_details_registeredarrayList of online platforms where the phone number has registered accounts
entity.phone_check_result.carrierstringName of the telecom carrier for the phone number
entity.phone_check_result.countrystringISO country code where the phone number is registered
entity.phone_check_result.disposablebooleantrue if the phone number is from a disposable or virtual phone service
entity.phone_check_result.flagsarrayList of risk flags associated with the phone number
entity.phone_check_result.numberintegerThe phone number that was checked
entity.phone_check_result.scoreintegerRisk score for the phone number check
entity.phone_check_result.typestringLine type (e.g., β€œmobile”, β€œlandline”, β€œvoip”)
entity.phone_check_result.validbooleantrue if the phone number is valid and properly formatted
entity.aml_screening_resultarrayList of AML (Anti-Money Laundering) screening matches
entity.aml_screening_result[].match_typestringType of match found (e.g., β€œIndividual”, β€œEntity”)
entity.aml_screening_result[].namestringName of the matched individual or entity
entity.aml_screening_result[].nameMatchScoreintegerSimilarity score between the input name and matched name (0–100)
entity.aml_screening_result[].profileIdstringUnique profile identifier for the matched record
entity.email_check_resultobjectEmail address risk assessment results
entity.email_check_result.account_details_registeredarrayList of online platforms where the email has registered accounts
entity.email_check_result.breach_detailsobjectData breach information for the email
entity.email_check_result.breach_details.first_breachstring/nullDate of the first known breach, or null if none found
entity.email_check_result.breach_details.haveibeenpwned_listedbooleantrue if the email appears in the Have I Been Pwned database
entity.email_check_result.breach_details.number_of_breachesintegerTotal number of known data breaches involving this email
entity.email_check_result.domain_detailsobjectDetails about the email’s domain
entity.email_check_result.domain_details.accept_allbooleantrue if the mail server accepts all emails regardless of address
entity.email_check_result.domain_details.createdstringDomain creation date and time
entity.email_check_result.domain_details.custombooleantrue if the email uses a custom domain (not a free provider)
entity.email_check_result.domain_details.disposablebooleantrue if the domain is a disposable or temporary email service
entity.email_check_result.domain_details.dmarc_enforcedbooleantrue if the domain enforces DMARC authentication
entity.email_check_result.domain_details.domainstringThe domain part of the email address
entity.email_check_result.domain_details.expiresstringDomain expiration date and time
entity.email_check_result.domain_details.freebooleantrue if the email uses a free provider (e.g., Gmail, Yahoo)
entity.email_check_result.domain_details.registeredbooleantrue if the domain is currently registered
entity.email_check_result.domain_details.registered_tostringName of the domain registrant
entity.email_check_result.domain_details.registrar_namestringName of the domain registrar
entity.email_check_result.domain_details.spf_strictbooleantrue if the domain has strict SPF records
entity.email_check_result.domain_details.suspicious_tldbooleantrue if the TLD is commonly associated with abuse
entity.email_check_result.domain_details.tldstringTop-level domain of the email address
entity.email_check_result.domain_details.updatedstringDate the domain registration was last updated
entity.email_check_result.domain_details.valid_mxbooleantrue if the domain has valid mail exchange records
entity.email_check_result.domain_details.website_existsbooleantrue if the domain hosts an active website
entity.email_check_result.deliverablebooleantrue if the email address can receive messages
entity.email_check_result.emailstringThe email address that was checked
entity.email_check_result.scoreintegerRisk score for the email check
entity.email_check_result.typestringType of email account
entity.email_check_result.validbooleantrue if the email address is valid
entity.ip_check_resultobjectIP address risk assessment results
entity.ip_check_result.ipstringThe IP address that was checked
entity.ip_check_result.blacklistsobjectBlacklist detection results
entity.ip_check_result.blacklists.detectionsintegerNumber of engines that flagged the IP
entity.ip_check_result.blacklists.engines_countintegerTotal number of threat intelligence engines queried
entity.ip_check_result.blacklists.detection_ratestringPercentage of engines that flagged the IP
entity.ip_check_result.ip_detailsobjectGeolocation and network information for the IP
entity.ip_check_result.ip_details.reverse_dnsstringReverse DNS hostname for the IP
entity.ip_check_result.ip_details.continent_codestringTwo-letter continent code
entity.ip_check_result.ip_details.continent_namestringFull name of the continent
entity.ip_check_result.ip_details.country_codestringISO country code
entity.ip_check_result.ip_details.country_namestringFull name of the country
entity.ip_check_result.ip_details.country_currencystringCurrency code of the country
entity.ip_check_result.ip_details.country_calling_codestringInternational calling code for the country
entity.ip_check_result.ip_details.region_namestringName of the region or state
entity.ip_check_result.ip_details.city_namestringName of the city
entity.ip_check_result.ip_details.latitudenumberGeographic latitude coordinate
entity.ip_check_result.ip_details.longitudenumberGeographic longitude coordinate
entity.ip_check_result.ip_details.ispstringInternet Service Provider name
entity.ip_check_result.ip_details.asnstringAutonomous System Number
entity.ip_check_result.anonymityobjectAnonymity and proxy detection results
entity.ip_check_result.anonymity.is_proxybooleantrue if the IP is a proxy server
entity.ip_check_result.anonymity.is_webproxybooleantrue if the IP is a web-based proxy
entity.ip_check_result.anonymity.is_vpnbooleantrue if the IP is a VPN endpoint
entity.ip_check_result.anonymity.is_hostingbooleantrue if the IP belongs to a hosting or data center provider
entity.ip_check_result.anonymity.is_torbooleantrue if the IP is a known Tor exit node
entity.ip_check_result.risk_scoreobjectIP risk assessment
entity.ip_check_result.risk_score.resultintegerRisk score from 0 (no risk) to 100 (highest risk)
uuidstringUnique identifier for this screening request