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
Example request
{
"channels": 7
}Response
Expected Update response
Example response
{
"data": {
"channels": 7,
"record_type": "inbound_channels"
}
}