Set organization webhook URL

Set or clear the webhook URL for the authenticated caller’s organization. Requires organization admin or owner permissions.

Body
required
application/json
  • url
    Type: stringFormat: uri nullable
    required

    The HTTPS URL that receives outbound webhook events, or null to clear the configured webhook.

Responses
  • application/json
  • application/json
  • application/json
  • application/json
Request Example for put/organization/webhook
curl https://api.mindoo.ai/organization/webhook \
  --request PUT \
  --header 'Content-Type: application/json' \
  --data '{
  "url": ""
}'
{
  "url": "https://example.com"
}