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.
emailsarray<models__reveal_emails__Email>
Email data, sent back in the same order as the input ids.
Example
[{"address":"email@domain.com","personId":"personId1","status":"verified"},{"address":"example@domain.com","personId":"personId2","status":"guessed"},{"personId":"personId3","status":"notFound"}]