Update Webhook URL
PATCH {{base_url}}/v1/accounts/webhooks{
"eventURL": "https://v1.events.c80.io",
"callbackURL": "https://v1.callback.c80.io"
}Last updated

PATCH {{base_url}}/v1/accounts/webhooks{
"eventURL": "https://v1.events.c80.io",
"callbackURL": "https://v1.callback.c80.io"
}Last updated
{
"status": true,
"message": "Webhooks updated",
"code": 200
}