Webhook
Set Webhook Endpoint
This API allows you to set a webhook URL where status notifications from Yativo will be sent.
Endpoint:
{{baseUrl}}/api/v1/business/webhookMethod:
POSTContent-Type:
application/json
Request body:
{
"url": "Your_Webhook_Address"
}Get Webhook Endpoint
This API allows you to Get the webhook URL you set.
Endpoint:
{{baseUrl}}/api/v1/business/webhookMethod:
GETContent-Type:
application/json
Update Webhook Endpoint
This API allows you to Get the webhook URL you set.
Endpoint:
{{baseUrl}}/api/v1/business/webhookMethod:
PUTContent-Type:
application/json
Fetch Logs
This endpoint allows you retrieve all your logs.
Endpoint:
{{baseUrl}}/api/v1/business/logs/allMethod:
GETContent-Type:
application/json
To view a single log send a GET request with the log id:
Endpoint:
{{baseUrl}}/api/v1/business/logs/show/{{log_id}}Method:
GETContent-Type:
application/json
Fetch Events
This endpoint allows you retrieve all your events.
Endpoint:
{{baseUrl}}/api/v1/business/events/allMethod:
GETContent-Type:
application/json
To view a single log send a GET request with the evet id:
Endpoint:
{{baseUrl}}/api/v1/business/events/show/{{event_id}}Method:
GETContent-Type:
application/json