Skip to main content
GET
/
webhook
/
find
/
{instance}
Find Webhook
curl --request GET \
  --url https://api.botifiy.com/webhook/find/{instance} \
  --header 'apikey: <api-key>'
{
  "enabled": true,
  "url": "<string>",
  "events": [
    "<string>"
  ]
}

Authorizations

apikey
string
header
required

Path Parameters

instance
string
required

Name of the instance

Response

200 - application/json

Ok

enabled
boolean

Whether the webhook is enabled

url
string

Webhook URL

events
string[]

Events configured for the webhook