Skip to main content
Webhook Monitor

When you want to see the webhook requests and responses

Murray Summers avatar
Written by Murray Summers
Updated over a week ago

The Webhook monitor allows you to view webhook requests and response for an event. Viewing webhook requests for an event can help you verify whether your webhooks are working as expected.

For each webhook request, you can view:

  • The url of the request

  • The order, ticket reference of the request

  • The status code of the request

  • The time of the request

  • The number of attempts


To view the webhook requests and responses:

  1. Login to your event dashboard.

  2. Click on the event you wish to see webhook requests and responses.

  3. In the sidebar, click on Webhook Monitor

  4. You will see a summary of the current webhooks.

  5. Click on Show log

How can I see the webhook response body?

Unfortunately, at the moment the webhook monitor doesn't show the response body, only the status code. You should check your server logs for finer details about the response body your server gave. If you continue to have problems debugging issues with your server response please contact support.

Did this answer your question?