Retrieve the details of your concurrent channel settings.
Responses
200
Channel settings response
Response Schema: application/json
channels
required
integer
Number of concurrent channels active on your account
400
Bad request
401
Unauthorized
404
Record not found
422
Unprocessable request
get/origination/channel_settings
Request samples
curl
Node.js
PHP
Python
JS
C#
Java
Go
Response samples
200
application/json
{
"channels": 0
}
Update concurrent channel settings
Updates the concurrent channel settings with the values of the parameters passed. Any parameters not included in the request will be left unchanged.
Request
Request Body schema: application/json
required
Updated concurrent channel settings object
channels
required
integer
The new number of concurrent channels you want. You may check the cost per
channel on the pricing page. Please note you may not set your channel count to 0 if you have
any numbers using channel billing.
Responses
200
Channel settings update response
Response Schema: application/json
channels
required
integer
Number of concurrent channels active on your account