Bandwidth · Example Payload

Voice Call Example

CommunicationsCPaaSVoiceMessagingTelephonySMSMFA

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

Top-level fields

callIdaccountIdapplicationIdtofromdirectionstatestartTimeanswerTimeendTimedisconnectCausetagcallUrl

Example Payload

Raw ↑
{
  "callId": "c-abc123",
  "accountId": "c-abc123",
  "applicationId": "c-abc123",
  "to": "sample-value",
  "from": "sample-value",
  "direction": "inbound",
  "state": "initiated",
  "startTime": "2026-04-19T14:30:00Z",
  "answerTime": "2026-04-19T14:30:00Z",
  "endTime": "2026-04-19T14:30:00Z",
  "disconnectCause": "sample-value",
  "tag": "sample-value",
  "callUrl": "https://example.com/callback"
}