Bandwidth · Example Payload

Voice Update Call Request Example

CommunicationsCPaaSVoiceMessagingTelephonySMSMFA

Voice Update Call Request Example is an example object payload from Bandwidth, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

stateredirectUrlredirectMethodredirectFallbackUrlredirectFallbackMethodtag

Example Payload

Raw ↑
{
  "state": "active",
  "redirectUrl": "https://example.com/callback",
  "redirectMethod": "POST",
  "redirectFallbackUrl": "https://example.com/callback",
  "redirectFallbackMethod": "POST",
  "tag": "sample-value"
}