v1
latestOpenAPI 3.0.32026-07-2418074.2 KBWebhooks
Update Webhook URL using Webhook ID
Update Webhook URL using Webhook ID
put/webhooks/{webhookId}
Request body
Example request
{
"url": "https://www.enteryoursitehere.com/webhooks",
"events": [
"order_approved",
"order_declined",
"order_authorised",
"order_canceled",
"order_captured",
"order_refunded",
"order_expired"
],
"headers": {
"authorization": "1123123-asdas23-a123"
}
}Response
Success