curl "https://api.wadial.com/api/v1/webhooks" \
-H "Authorization: Bearer $WADIAL_API_KEY"
{
"data": [
{
"id": "019f...",
"url": "https://example.com/wadial/webhook",
"events": ["message.received", "message.receipt"],
"isActive": true,
"lastDeliveryStatus": 200
}
]
}
API Reference
List webhooks
List webhook endpoints for the account.
GET
/
api
/
v1
/
webhooks
curl "https://api.wadial.com/api/v1/webhooks" \
-H "Authorization: Bearer $WADIAL_API_KEY"
{
"data": [
{
"id": "019f...",
"url": "https://example.com/wadial/webhook",
"events": ["message.received", "message.receipt"],
"isActive": true,
"lastDeliveryStatus": 200
}
]
}
curl "https://api.wadial.com/api/v1/webhooks" \
-H "Authorization: Bearer $WADIAL_API_KEY"
{
"data": [
{
"id": "019f...",
"url": "https://example.com/wadial/webhook",
"events": ["message.received", "message.receipt"],
"isActive": true,
"lastDeliveryStatus": 200
}
]
}
Was this page helpful?
⌘I