cURL
curl --request GET \ --url https://{server-url}/webhook/find/{instance} \ --header 'apikey: <api-key>'
{ "enabled": true, "url": "https://example.com", "events": [ "APPLICATION_STARTUP" ] }
Fetch Webhook configuration
Your authorization key header
ID of the instance to connect
Ok
Indicates whether the webhook is enabled.
The URL of the webhook.
List of events the webhook is subscribed to.