Discussions

Ask a Question
Back to All

I keep getting "Profile not Found"

I did not see in the docs what this means so I assume it means the search had zero results but this was the query that was in the demo:

curl --request POST
--url https://api.fullcontact.com/v3/person.enrich
--header 'Authorization: Bearer MY_KEY'
--header 'Content-Type: application/json'
--header 'accept: application/json'
--data '
{
"email": "[email protected]"
}
'

So I would assume that would work. I have an API key and all that and I get a proper 401 when that is wrong.

I tried different emails from your demo and my own and others that I know work.

Thanks