curl --request GET \
--url 'https://api.vida.dev/api/v2/webhooks?token='{
"success": true,
"message": "Success",
"webhooks": [
{
"userId": 3,
"label": "Zapier Hook",
"timestamp": 1678829072,
"url": "https://hooks.zapier.com/hooks/catch/123456/abcdef",
"type": "conversation"
}
]
}List all your existing webhook destinations.
curl --request GET \
--url 'https://api.vida.dev/api/v2/webhooks?token='{
"success": true,
"message": "Success",
"webhooks": [
{
"userId": 3,
"label": "Zapier Hook",
"timestamp": 1678829072,
"url": "https://hooks.zapier.com/hooks/catch/123456/abcdef",
"type": "conversation"
}
]
}Vida API Token
Successful response
true
"Success"
Show child attributes
User Id
3
Friendly label for webhook
"Zapier Hook"
Timestamp when created
1678829072
Webhook URL
"https://hooks.zapier.com/hooks/catch/123456/abcdef"
Webhook type
"conversation"