Bandwidth · Example Payload

Voice Create Call Request Example

CommunicationsCPaaSVoiceMessagingTelephonySMSMFA

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

Top-level fields

fromtoanswerUrlanswerMethodanswerFallbackUrlanswerFallbackMethoddisconnectUrldisconnectMethodapplicationIdtagcallTimeoutcallbackTimeout

Example Payload

Raw ↑
{
  "from": "+19195551234",
  "to": "+19195554321",
  "answerUrl": "https://example.com/callback",
  "answerMethod": "POST",
  "answerFallbackUrl": "https://example.com/callback",
  "answerFallbackMethod": "POST",
  "disconnectUrl": "https://example.com/callback",
  "disconnectMethod": "POST",
  "applicationId": "c-abc123",
  "tag": "sample-value",
  "callTimeout": 25.92,
  "callbackTimeout": 13.17
}