Webhook Controller
Find Webhook
Fetch Webhook configuration
get/webhook/find/{instance}
Path parameters
instancestring required
ID of the instance to connect
Response
Ok
Example response
{
"enabled": true,
"url": "https://example.com",
"events": [
"APPLICATION_STARTUP"
]
}