phones array contains the numbers found, orerror will have a message if the lookup failed.curl --location --request POST 'https://your-api-server.com' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"event": "webhook:phone_result.completed",
"timestamp": "2025-06-03T14:35:00.000Z",
"data": {
"job_id": "665c52bf7b8e3f00149f0a10",
"result_id": "sarah.chen@stripe.com",
"type": "success",
"phones": [
"+14158009370"
],
"message": "Phone numbers found"
}
}'