Webhooks
Webhooks are HTTP callbacks that allow OrderCloud to send real-time data or notifications to a specified target when an event occurs.
Webhooks.List
List webhooks
get
v1/webhooks
Webhooks.Create
Create a webhook
post
v1/webhooks
Webhooks.Get
Retrieve a webhook
get
v1/webhooks/{webhookID}
Webhooks.Save
Create or update a webhook
put
v1/webhooks/{webhookID}
Webhooks.Delete
Delete a webhook
delete
v1/webhooks/{webhookID}
Webhooks.Patch
Partially update a webhook
patch
v1/webhooks/{webhookID}