Filtering webhooks

Below is a list of attributes available for filtering webhooks.

Example - Get all enabled webhooks for one event type

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>'

Last updated