Skip to main content

Event Payload

Fields

Verifying Signatures

The X-Handled-Signature header contains a signed hash of the request body.

Node.js Example

Important

  • Use the raw request body for signature verification, not parsed JSON
  • Check the created_at timestamp to prevent replay attacks