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"
}
]
}
List all your existing webhook destinations.
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"
}
]
}
Vida API Token
Successful response
The response is of type object
.