API Documentation
Authorization
Agents
Phone Numbers
SIP
Knowledge
Accounts
Billing
API Reference
Webhooks
List webhooks
GET
/
api
/
v2
/
webhooks
curl --request GET \
--url https://api.vida.dev/api/v2/webhooks
{
"success": true,
"message": "Success",
"webhooks": [
{
"userId": 3,
"label": "Zapier Hook",
"timestamp": 1678829072,
"url": "https://hooks.zapier.com/hooks/catch/123456/abcdef",
"type": "call"
}
]
}
Authorizations
Vida API Token
curl --request GET \
--url https://api.vida.dev/api/v2/webhooks
{
"success": true,
"message": "Success",
"webhooks": [
{
"userId": 3,
"label": "Zapier Hook",
"timestamp": 1678829072,
"url": "https://hooks.zapier.com/hooks/catch/123456/abcdef",
"type": "call"
}
]
}