Bandwidth · Example Payload

Voice Conference Example

CommunicationsCPaaSVoiceMessagingTelephonySMSMFA

Voice Conference 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

idnamecreatedTimecompletedTimetagactiveMembers

Example Payload

Raw ↑
{
  "id": "c-abc123",
  "name": "sample-value",
  "createdTime": "2026-04-19T14:30:00Z",
  "completedTime": "2026-04-19T14:30:00Z",
  "tag": "sample-value",
  "activeMembers": [
    "sample-value"
  ]
}