Reveal Email Results
When the email verifications are done, the results will be sent to you via a POST request to the url you passed in the Reveal endpoint.
Request examples
{
"emails": [
{
"status": "verified",
"address": "email@domain.com",
"personId": "personId1"
},
{
"status": "guessed",
"address": "example@domain.com",
"personId": "personId2"
},
{
"status": "notFound",
"personId": "personId3"
}
]
}
Response examples (422)
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}