PLATFORM RC-97 — Webhooks Receiver Samples (v1) (v1)

Download OpenAPI specification:

This file documents the receiver-side helper contracts for consuming Zex webhook deliveries.

It intentionally defines no Platform API endpoints.

Receiver guidance summary:

  • Capture the raw HTTP request body bytes.
  • Verify signature headers using the RC-96 verification algorithm.
  • Parse the event envelope and ack quickly (2xx).