curl --request GET \
--url https://api.vida.dev/api/v2/webhookRelay/types
{
"success": true,
"message": "Webhook Relay types fetched successfully",
"types": [
{
"name": "twilioSMS",
"description": "Proxy inbound Twilio SMS webhooks to your app first before agent processes them."
}
]
}
Returns every webhook relay type that can be configured for your account (e.g., Twilio SMS, Chargebee, etc.).
curl --request GET \
--url https://api.vida.dev/api/v2/webhookRelay/types
{
"success": true,
"message": "Webhook Relay types fetched successfully",
"types": [
{
"name": "twilioSMS",
"description": "Proxy inbound Twilio SMS webhooks to your app first before agent processes them."
}
]
}
Vida API Token
Relay types fetched successfully
The response is of type object
.