Reveal Signing Secret
Karibu-Webhooks
Reveal Signing Secret
Return the webhook’s signing secret in plaintext. Use it to verify the X-Briq-Signature header (HMAC-SHA256 of the raw request body) on incoming deliveries. Store it securely and never expose it client-side.
Authentication: X-API-Key header required
GET
Reveal Signing Secret
Authorizations
Headers
Path Parameters
Response
Successful Response
Plaintext webhook signing secret.
Plaintext signing secret. Use to verify X-Briq-Signature (HMAC-SHA256 of the raw request body).
Example:
"whsec_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"