To ensure security and verify that webhook requests genuinely come from our servers, each webhook request is signed using aDocumentation Index
Fetch the complete documentation index at: https://docs.centryos.xyz/llms.txt
Use this file to discover all available pages before exploring further.
SHA-512 HMAC hash.
How it works
- Secret Key: You are provided with a unique secret key when configuring your webhook.
- Payload Hashing: We compute a SHA-512 HMAC of the raw request body using your secret key.
- Signature Header: The resulting hash is included in the request headers under the
signaturefield.