API Reference
🌐 Webhook API Reference
🔑 Authentication
📋 List Webhooks
curl -X GET "https://your-instance.ordereazi.com/api/webhook/list" \
-H "X-OrderEazi-Key: your-api-key-here"{
"Success": true,
"Warnings": [],
"Data": [
{
"Id": 12,
"Created": "2024-11-01T09:00:00",
"Modified": "2024-11-01T09:00:00",
"WebhookProcess": "OrderDispatched",
"Url": "https://example.com/webhook/dispatched",
"Application": "MyIntegrationApp"
},
{
"Id": 13,
"Created": "2024-11-02T10:30:00",
"Modified": "2024-11-02T10:30:00",
"WebhookProcess": "GRVCompleted",
"Url": "https://example.com/webhook/grv",
"Application": null
}
]
}➕ Create Webhook
Parameter
Type
Description
❌ Delete Webhook
Parameter
Type
Description
📦 Response Format
Field
Type
Description
✅ Summary
Last updated