GET

https://{server-url}

/
webhook
/
find
/
{instance}
curl --request GET \
  --url https://{server-url}/webhook/find/{instance} \
  --header 'apikey: <api-key>'
{
  "enabled": true,
  "url": "https://example.com",
  "events": [
    "APPLICATION_STARTUP"
  ]
}

Authorizations

apikey
string
headerrequired

Your authorization key header

Path Parameters

instance
string
required

ID of the instance to connect

Response

200 - application/json
enabled
boolean

Indicates whether the webhook is enabled.

url
string

The URL of the webhook.

events
string[]

List of events the webhook is subscribed to.