For the complete documentation index, see llms.txt. This page is also available as Markdown.

Filtering webhooks

Below is a list of attributes available for filtering webhooks.

Attribute
Type

enabled

string

url

string

events

string

Example - Get all enabled webhooks

In the example below, we will request to get all enabled webhooks for completed clear checks.

curl -X GET https://api.complycube.com/v1/webhooks?enabled=true&events=check.completed.clear \
     -H 'Authorization: <YOUR_API_KEY>'