HomeGuidesChangelog
Log In
Guides

Verify

As the world has gone more online, digital fraud has been on the rise. Bad actors are constantly looking for new ways to commit fraud using techniques such as forging Synthetic Identities, Stealing Identity and performing Account Takeovers. Companies are left having to balance a frictionless customer onboarding journey while trying to minimize fraud and protecting its platform.

Fideo brings harmony to these two equations leveraging the power of Verify and its broad, real-time Identity Graph.

The power of Verify spans both the digital and terrestrial ecosystems along with providing insight into how, and if, personal and professional identities are linked together.


API Reference

curl -X POST \
  https://api.fideo.ai/signals \
  -H 'Authorization: Bearer `{Your API Key}`' \
  -H "Content-Type: application/json" \
  -d '{
  "emails": [
    "[email protected]"
  ],
  "phones": [
    "+15552227799"
  ],
  "location": {
    "addressLine1": "123 Main Street",
    "city": "Denver",
    "region": "Colorado",
    "regionCode": "CO",
    "postalCode": "80203"
  },
  "name": {
    "given": "Sally",
    "family": "Smith"
  }
}'
{  
    "addressLine1" : "self",
    "city" : "self",
    "region" : "self",
    "country" : "self",
    "postalCode" : "self",
    "givenName" : "self",
    "familyName": "self",
    "phone" : "tangled",
    "email" : "household",
    "title": "unknown",
    "organization": "unknown",
    "risk" : 0.52
}

Verify API can accept a wide variety of inputs such as:

  • Name & Address
  • Phone
  • Email
  • Employer/Job Title (beta)
  • Social handle, ID or URL (beta)

🚧

Nuances and limitations

  • While the endpoint accepts Multi-Field formatted inputs, it will only accept one identifier per type (i.e. only one clear text email)

What’s Next

Continue reading to understand the Verify Checks we have available and are building out!