Once a webhook is created, you can view the list of all the deliveries to the endpoint.
In the list of webhooks in the Admin Panel, select Manage Webhooks and click on any URL to view the list of deliveries to that endpoint. The deliveries are arranged in reverse chronological order based on the time they were sent.
The list shows 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 open up the exact request and response details of the payload send operation. The details contain request headers, payload sent, response headers, and a response body.
If you see a delivery with a status code that is either missing or a delivery that has a non-2XX HTTP response code, it indicates that the payload was not delivered correctly for some reason. This could be due to a timeout or unavailability at the provided API endpoint.
If you need to resend the same payload to the webhook endpoint for any reason, click "Redeliver" in the side pane that opens when you select "View Details" for a delivery.