Webhooks
This section contains the documentation on the Webhooks provided by Ventiapp. What are they, what are available, how to create and delete them
What is a Webhook ?
API methods
List Webhooks
Headers
Name
Type
Description
{
"webhooks": [
{
"id": 1047897671,
"address": "https://whatever.hostname.com/",
"topic": "orders/created",
"created_at": "2020-03-04T12:36:24-05:00",
"api_version": "1.0.9"
},
{
"id": 1047897673,
"address": "https://whatever.hostname.com/",
"topic": "orders/updated",
"created_at": "2020-03-04T12:38:24-05:00",
"api_version": "1.0.9"
},
{
"id": 1047897678,
"address": "https://whatever.hostname.com/",
"topic": "bills/created",
"created_at": "2020-03-04T12:39:24-05:00",
"api_version": "1.0.9"
},
]
}Create Webhook
Headers
Name
Type
Description
Delete Webhook
Headers
Name
Type
Description
What does the webhook send ?
Orders:
Bills
Products:
Importants notes
Information variation
Mercado Libre Cart
Última actualización