Documentation Index
Fetch the complete documentation index at: https://docs.doczilla.app/llms.txt
Use this file to discover all available pages before exploring further.
Get your webhook secret
Log in to Doczilla and grab your webhook secret key from the organizations settings page.
Get the header
The
x-doczilla-signature header is included in each webhook call containing a signature that you
can verify.Doczilla generates signatures using a hash-based message authentication code (HMAC) with SHA-256. To prevent
downgrade attacks.Verify the signature with raw body
To verify your webhook simply re-create the signature with your webhook secret and the raw body.See also Webhook event for the full event payload.