Transition to the Fideo.ai Endpoint

For previous customers of Verify API endpoints, the endpoint used to look like this:

curl -X POST \
  https://api.fullcontact.com/v3/verify.signals \
  -H 'Authorization: Bearer {Your API Key}' \
  -H "Content-Type: application/json" \
  -d '{
}

However, the endpoint has now changed, to <https://api.fideo.ai/v3/{yourAPIofChoiceHere}>, as seen below for Verify.Signals:

curl -X POST \
  https://api.fideo.ai/v3/verify.signals \
  -H 'Authorization: Bearer {Your API Key}' \
  -H "Content-Type: application/json" \
  -d '{
}'

📘

How to Transition

Transitioning should be as simple as this:

1.) Find any Verify endpoints you are currently calling

2.) Replace "fullcontact.com" with "fideo.ai" in the API endpoint URL

3.) Done!

If you have any further questions, please reach out to [email protected]