v1
latestOpenAPI 3.0.02026-07-2482421001.1 KBWebhooks
Configure webhook secret
This API configures the secret key for account-level webhook signature verification. Use this API to add a new secret or update an existing one. The secret is used to sign webhook payloads using HMAC SHA256, allowing you to verify that requests originate from Ocrolus.
🚧 We have a better version! This product is superseded by Org Level Webhooks, which we recommend for improved functionality and integration.
post/v1/account/settings/webhook/rotate-secret
Request body
Example request
{
"secret_key": "sample_secret_1230ab"
}Response
Success