Get organization webhook URL

Get the webhook URL configured for the authenticated caller’s organization.

Responses
  • application/json
  • application/json
  • application/json
Request Example for get/organization/webhook
curl https://api.mindoo.ai/organization/webhook
{
  "url": "https://example.com"
}