Reveal Phone Results
When the phone 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
{
"phones": [
{
"status": "verified",
"numbers": [
"+4512345678"
],
"personId": "personId1"
},
{
"status": "verified",
"numbers": [
"+33600000000",
"+4512121212"
],
"personId": "personId2"
},
{
"status": "notFound",
"personId": "personId3"
}
]
}
Response examples (422)
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}