Skip to main content

X-Gork-Signature Header

Every inbound webhook includes an X-Gork-Signature HTTP header formatted as:
  • t: Unix timestamp in seconds.
  • v1: Hex-encoded HMAC-SHA256 signature calculated over ${t}.${rawBody} using your endpoint’s signing secret.

Verifying in TypeScript