Skip to main content

Find Webhook

MethodEndpoint
GET[baseUrl]/webhook/find/[instance]

Data to be sent in the Request:

This request has no payload.

Data returned from the Request:

{
"enabled": true,
"url": "[url]",
"webhookByEvents": false,
"events": [
[events]
]
}