Webhooks
Number of APIs: 11
-
Create a webhook POST https://{{base_url}}/v3/webhooks
-
Update webhook PUT https://{{base_url}}/v3/webhooks/{{webhook_uid}}
-
Delete webhook DELETE https://{{base_url}}/v3/webhooks/{{webhook_uid}}
-
Import an Existing Webhook POST https://{{base_url}}/v3/webhooks/{{webhook_uid}}/import
-
Get all webhooks GET https://{{base_url}}/v3/webhooks
-
Get webhook GET https://{{base_url}}/v3/webhooks/{{webhook_uid}}
-
Export a Webhook GET https://{{base_url}}/v3/webhooks/{{webhook_uid}}/export
-
Import a Webhook POST https://{{base_url}}/v3/webhooks/import
-
Get executions of a webhook GET https://{{base_url}}/v3/webhooks/{{webhook_uid}}/executions
-
Get latest execution log of a webhook GET https://{{base_url}}/v3/webhooks/{{execution_uid}}/logs