Logistic integrations management
Webhooks
Manage Webhook
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"message": "Webhook successfully configured.",
"data": null
}{
"message": [
"This integration does not belong to you or does not exist."
],
"data": null
}{
"type": [
"The type field is required.",
"The selected type is invalid."
],
"integration_id": [
"The integration id field is required.",
"The selected integration id is invalid.",
"The integration id must be a string."
],
"url": [
"The url field is required."
]
}Webhook(Type 1 - Estimate Delivery Service)
Content Body
JSON received example
Expected response
Webhook(Type 2 - Request Delivery Service)
Content Body
JSON received example
Expected response
Send status change in delivery service
Send status updates
Headers
Name
Type
Description
Request Body
Name
Type
Description
Send location of the person carrying the package
Send location updates
Headers
Name
Type
Description
Request Body
Name
Type
Description
Last updated
Was this helpful?