Authorizations
Vida API Token
Path Parameters
Relay type (e.g. twilioSMS, chargebee)
Body
application/json
Absolute HTTP/HTTPS endpoint that will receive the forwarded webhook.
Example:
"https://example.com/webhook/twilio"
Timeout (ms) before the forward request is aborted.
Example:
5000
Custom HTTP headers (array of single-key objects).
Example:
[
{ "Authorization": "Bearer xyz" },
{ "X-Customer-ID": "abc123" }
]
Status codes treated as success by Vida when your endpoint responds.
Example:
[200, 201, 202]