Webhook signing secrets can be used to verify that incoming requests genuinely originate from our systems and haven’t been tampered with. These secrets are available in the Svix Portal, accessible via the Webhooks page in your dashboard. Sohar webhooks use Svix for secure message delivery. To verify the authenticity of these webhooks, you must:Documentation Index
Fetch the complete documentation index at: https://docs.soharhealth.com/llms.txt
Use this file to discover all available pages before exploring further.
- Use the provided webhook secret.
- Extract and process the
svix-id,svix-timestamp, andsvix-signatureheaders. - Use the raw body of the request to compute the HMAC signature.
Install the Svix SDK
This is a JavaScript example. Other language examples are available in the Svix documentation.