Skip to main content

Submit with webhook

When the run reaches a terminal state, apisale POSTs the run payload to your URL.

Verify signatures

When webhook signing is enabled for your apisale deployment, validate X-Apisale-Signature as sha256=<HMAC-SHA256(raw_request_body, webhook_secret)>. Use the signing secret supplied by your workspace administrator. The Console currently shows delivery history; per-workspace secret management and rotation are not yet available.

Retries

Failed deliveries are retried with backoff. Inspect delivery history in the Console.