On this page

On this page

Request Diff

Pro Feature — Request diff is available on the Pro plan.

Compare two webhook requests side by side to spot differences in headers, body, or query parameters. Useful for understanding how payloads change between events or debugging inconsistencies.

How to Compare

  1. Select the first request from the list
  2. Click the Diff button (or press d)
  3. Select the second request to compare against
  4. View the side-by-side comparison

What Gets Compared

The diff view highlights differences in:

  • Headers — Added, removed, or changed header values
  • Body — JSON/XML structural changes with inline highlighting
  • Query parameters — Changed query string values

Additions are highlighted in green, removals in red, and changes in amber.

Use Cases

  • Version comparison — Compare webhook payloads from different API versions
  • Event variation — See how different events (e.g., payment.created vs payment.updated) differ
  • Debugging — Compare a working webhook with a failing one to spot the difference