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
- Select the first request from the list
- Click the Diff button (or press
d) - Select the second request to compare against
- 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.createdvspayment.updated) differ - Debugging — Compare a working webhook with a failing one to spot the difference