v1
latestOpenAPI 3.1.02026-07-247601.0 MBPoll Webhook Result
This endpoint doesn't consume Apollo credits. Learn more about API pricing and credits.
Use the Poll Webhook Result endpoint to retrieve webhook results from Apollo. This endpoint enables you to poll for the webhook payload if you didn't receive the original webhook callback. <br><br>To use this endpoint, you need the <code>request_id</code> from the <a href="https://docs.apollo.io/reference/people-enrichment">People Enrichment</a> or <a href="https://docs.apollo.io/reference/bulk-people-enrichment">Bulk People Enrichment</a> endpoint. Pass this value as <code>request_id</code> in this endpoint.<br><br>This endpoint returns webhook results for your team from up to thirty days after the webhook was triggered.
Path parameters
The <code>request_id</code> returned when the original enrichment request was submitted. This value is a signed 64-bit integer and can be positive or negative. <br><br>Example: <code>1039995589705121900</code>
Response
200
Example response
{
"request_id": "1039995589705121900",
"webhook_status": "success",
"request_type": "phone",
"last_dispatched_at": "2026-05-26T10:42:11Z"
}