Verification
Body
emailstring · emailRequired
typestring · enumRequiredPossible values:
ipstring | nullableOptional
Responses
200
Successful verification
application/json
post
POST /verification HTTP/1.1
Host: api.trueguard.io
Content-Type: application/json
Accept: */*
Content-Length: 62
{
"email": "rocnag@tempumail.show",
"type": "full",
"ip": "1.2.3.4"
}
200
Successful verification
{
"id": "ea9d4f53-c803-4416-b1f4-ec520666f115",
"temporaryEmail": true,
"emailRiskScore": 100,
"vpn": false,
"ipType": "residential",
"country": "Estonia",
"ipRiskScore": 0,
"action": "deny",
"reasons": "temporary_email_domain"
}
{
"temporaryEmail": true,
"emailRiskScore": 100,
"vpn": true,
"ipType": "residential",
"country": "United States",
"ipRiskScore": 66,
"action": "deny",
"reasons": ["temporary_email", "vpn_ip"]
}
Last updated