v53

OpenAPI 3.1.0raw.githubusercontent.com2026-08-041,1941,9384.1 MB
Voice Channels

Update voice channels for US Zone

Update the number of Voice Channels for the US Zone. This allows your account to handle multiple simultaneous inbound calls to US numbers. Use this endpoint to increase or decrease your capacity based on expected call volume.

patch/inbound_channels

Request body

channelsinteger required

The new number of concurrent channels for the account

Example request

{
  "channels": 7
}

Response

Expected Update response

Example response

{
  "data": {
    "channels": 7,
    "record_type": "inbound_channels"
  }
}