Quickstart

  1. Receive POST requests on a public HTTPS endpoint.
  2. Verify the x-hook-signature header (HMAC‑SHA256).
  3. Respond with 200 OK within 5 s. We retry 9× on non‑2xx responses with exponential back‑off (+30 s each).
  4. Use requestId for idempotency.