Configure webhook secret

This API configures the secret key for a specific org-level webhook. Use this endpoint 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.

Path Params
uuid
required

The unique identifier of the webhook.

Body Params
string
required

The new webhook secret key. Must be between 16 and 128 characters long.

Responses

Language
Credentials
OAuth2
Response
Choose an example:
application/json