Webhook payload explainer

Paste a webhook payload or any JSON response and get a plain-English explanation of what every field means.
JSON payload
Show me
Explanation
Nothing explained yet

Paste a webhook payload or any JSON response on the left, pick what you want to know, and ask. You can keep asking questions about it afterwards.

Compare what you unlock

  • Explain a payloadPlain-English breakdown of every field
  • PersistenceSession only — clears on refresh
  • Build and send requestsNot included
  • Save to CollectionsNot included
  • Mock the payloadNot included
  • CollaborationNot included

FAQ

Does it work on any JSON, or only webhooks?
Any JSON payload — a webhook body, an API response, or a fragment of one
What happens if my JSON is malformed?
It is caught in your browser before anything is sent, and the position of the problem is reported
Can it tell me which fields are optional?
It says what is not present in the sample you gave it. A single payload cannot prove a field is optional, so it does not claim otherwise