Example subscription
User Uploads
User Uploads.ocr_authenticity webhook
The user_uploads.ocr_authenticity webhook is sent when Ocrolus authenticity data is available for an uploaded document.
POST
Example subscription
Authorizations
Username = api_key_id, Password = api_key_secret
Body
application/json
List of events to subscribe to.
Example:
["user_uploads.ocr_authenticity"]Name for the webhook subscription.
Example:
"name-for-the-webhook-subscription"
The URL where webhook notifications will be sent.
Example:
"https://your-webhook-backend.com"
Optional secret used to verify webhooks.
Example:
"optional-secret"