APIAdmin APIspecificationsCreate a webhookCreate a webhook POST /v1/admin/webhooks Every delivery carries a X-Gateway-Signature: sha256=<hex> header computed as HMAC_SHA256(secret, rawBody). Verify it on your receiver before trusting the payload. Request Responses201Webhook created