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.

phonesarray<models__reveal_phones__Phone>

Phone data, sent back in the same order as the input ids.

Example[{"numbers":["+4512345678"],"personId":"personId1","status":"verified"},{"numbers":["+33600000000","+4512121212"],"personId":"personId2","status":"verified"},{"personId":"personId3","status":"notFound"}]

Response Body