Viewing webhook logs

2026-04-29Last updated

To troubleshoot unreceived notifications or other integration issues, third-party API owners or Account administrators can view webhook logs.

What you should know

  • The webhook Logs section, located below the webhook details, only displays after the first callback has occurred.

Procedure

  1. From the Home page, click Administration > Webhooks .
  2. Select the webhook that you want to troubleshoot.
  3. In the Logs section Callback date column, click to select a specified range or use the Date range picker.
    The callback data range is limited to 1 year. The callback information is displayed in reverse chronological order.

    The Response column indicates which callbacks were accepted. Callback logs that contain BadRequest were not accepted.

  4. Review the Logs information:
    Callback date
    Check when the callback was sent. Use the date range filter if needed.
    URL
    Verify the URL used to forward the webhook event notification to the correct third-party API.
    Response
    Check the status to confirm if the HTTP callback was received successfully. Examples: Accepted, BadRequest, InternalServerError.