How to view webhook request history
A guide on how to view request history for a webhook
Viewing request history
In order to view the request history for a webhook, Right-click on the webhook you created and select "View Webhook Requests." This action will take you to a page displaying all requests triggered by the webhook, along with response codes indicating the status of each request.

Example of webhook request history
In the image below, the webhook "TestWebhook" has made three requests based on events where variants were updated. Each request has a unique UID, and all three were successful, as indicated by the 200 response code received.

Furthermore, you can also inspect each request by clicking on them to view a more detailed report for each request. Here you will be able to see everything from the request headers to the response headers and the request body.

Last updated