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.

Your payload is sent to an AI model to generate the explanation, so redact anything personal first. The conversation is not saved and clears when you refresh.

Compare what you unlock

  • Explain a payloadPlain-English breakdown of every field
  • Build and send requestsNot included
  • Save to CollectionsNot included
  • Mock the payloadNot included
  • PersistenceSession only — clears on refresh
  • 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