Webhooks

Number of APIs: 11

  1. Create a webhook POST https://{{base_url}}/v3/webhooks

  2. Update webhook PUT https://{{base_url}}/v3/webhooks/{{webhook_uid}}

  3. Delete webhook DELETE https://{{base_url}}/v3/webhooks/{{webhook_uid}}

  4. Import an Existing Webhook POST https://{{base_url}}/v3/webhooks/{{webhook_uid}}/import

  5. Get all webhooks GET https://{{base_url}}/v3/webhooks

  6. Get webhook GET https://{{base_url}}/v3/webhooks/{{webhook_uid}}

  7. Export a Webhook GET https://{{base_url}}/v3/webhooks/{{webhook_uid}}/export

  8. Import a Webhook POST https://{{base_url}}/v3/webhooks/import

  9. Get executions of a webhook GET https://{{base_url}}/v3/webhooks/{{webhook_uid}}/executions

  10. Get latest execution log of a webhook GET https://{{base_url}}/v3/webhooks/{{execution_uid}}/logs