This API allows you to set a webhook URL where status notifications from Yativo will be sent.
{{baseUrl}}/api/v1/business/webhookPOSTapplication/jsonRequest Body:
{
"url": "Your_Webhook_Address"
}
This API allows you to retrieve the webhook URL you set.
{{baseUrl}}/api/v1/business/webhookGETapplication/jsonThis API allows you to update the webhook URL you set.
{{baseUrl}}/api/v1/business/webhookPUTapplication/json