Webhooks
Authorization
apiKey api-key<token>
In: query
Response Body
application/json
application/json
application/json
curl -X GET "https://api.getventia.com/api/v1.0/webhooks"{
"success": true,
"result": [
{
"_id": "67bca48d5fc32659c854f83c",
"name": "Webhook Test",
"topics": [
"interactions.official_whatsapp"
],
"active": true,
"callbackUrl": "https://localhost:3000/webhook/test"
}
],
"paging": {
"totalCount": 1
}
}{
"success": false,
"error": "Unauthorized"
}{
"success": false,
"error": "Internal server error"
}