Webhooks REST Endpoints

Webhooks
Create a Webhook
Method: post
Path: /system/api/v1/webhooks
Delete a Webhook
Method: delete
Path: /system/api/v1/webhooks/{id}
List Webhook Logs
Method: get
Path: /system/api/v1/webhooks/{id}/logs
List Webhooks
Method: get
Path: /system/api/v1/webhooks
Read a Webhook
Method: get
Path: /system/api/v1/webhooks/{id}
Update a Webhook
Method: put
Path: /system/api/v1/webhooks/{id}