Update customer partner webhook

PATCH /v1/channel-partner/customer-partner/:cup_id/webhook

Payload

This is a sample payload required to update a customer partner webhook.

{ 
	"webhook_url": "https://zuvy.com/webhook",
}

The payload object

All fields are compulsory


webhook_url string
The webhook URL for the customer partner


Response

This is the expected response if the request is successful.

{
    "status": "success",
    "message": "Customer partner webhook updated successfully",
}