Once you create a webhook, you can see the list of all deliveries to the endpoint.
In the Admin Panel's list of webhooks, navigate to Manage Webhooks and click on any URL to view the list of deliveries for that endpoint. The deliveries are displayed in reverse chronological order based on the time they were sent.
The list displays the HTTP status of the response received when the product sends the payload to the endpoint specified in the webhook.
You can click on 'View Details' to access the specific request and response details of the payload send operation. The details include request headers, the sent payload, response headers, and a response body.
If you see a delivery with either a status code not present or a non-2XX HTTP response code, it means the payload was not delivered correctly for some reason. It may have been a timeout/unavailability at the API endpoint provided.
If you need to resend the same payload to the webhook endpoint for any reason, simply click Redeliver in the side pane that opens when you view details for a delivery.