Example subscription
User Uploads
User Uploads.added webhook
The user_uploads.added webhook is sent each time a document is uploaded to Link.
POST
Example subscription
Sent when document upload events occur.
Authorizations
Username = api_key_id, Password = api_key_secret
Body
application/json
List of events to subscribe to.
Example:
["user_uploads.added"]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"