GET
/
api
/
v2
/
webhookRelay
/
types
List supported Webhook Relay types
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."
    }
  ]
}

Authorizations

token
string
query
required

Vida API Token

Response

200
application/json

Relay types fetched successfully

The response is of type object.