Example subscription
User Uploads
User Uploads.removed webhook
The user_uploads.removed webhook is sent when a user deletes a previously uploaded document, or an account associated with an uploaded document is deleted.
POST
Example subscription
Authorizations
Username = api_key_id, Password = api_key_secret
Body
application/json
List of events to subscribe to.
Example:
["user_uploads.removed"]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"