Windstream Holdings · Example Payload

Windstream Make Call Example

BroadbandContact CenterManaged ServicesNetwork CommunicationsSD-WANTelecomUCaaSUnified CommunicationsFortune 500

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

Top-level fields

operationmethodpathsummaryrequestresponse

Example Payload

Raw ↑
{
  "operation": "make-outbound-call",
  "method": "POST",
  "path": "/calls/outbound",
  "summary": "Make Outbound Call",
  "request": {
    "from": "1001",
    "to": "+15555550123",
    "caller_id": "+18005550100"
  },
  "response": {
    "id": "call-abc123def456",
    "state": "alerting",
    "caller": "1001",
    "callee": "+15555550123",
    "direction": "outbound",
    "duration": 0,
    "startedAt": "2026-05-03T14:30:00Z"
  }
}