1
Prepare the endpoint
Configure your endpoint to accept an Return a successful The example shows the production origin. Other environments may send a different origin.
OPTIONS request, following the CloudEvents HTTP webhook handshake. Occtoo sends the request when you click Check verification, not when you create the subscription.The request includes:2xx response with a WebHook-Allowed-Origin header containing the exact requested origin or *:Verification does not use a signed challenge or your signing secret. You use the secret to validate event delivery requests after activation — see Signing secrets.
2
Verify the endpoint
Click Check verification in the banner. Occtoo sends the
OPTIONS request and checks the response. When verification succeeds, the banner disappears and the status becomes Active.A failure leaves the subscription in Pending verification. Fix the endpoint and click Check verification to try again.