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

Documentation Index

Fetch the complete documentation index at: https://docs.zapthinker.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

apikey
string
header
required

Your authorization key header

Path Parameters

instance
string
required

Name of the instance

Response

200 - application/json

Ok

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.