Retrieve concurrent channel settings
GET/origination/channel_settings
Retrieve the details of your concurrent channel settings.
Responses
200: Channel settings response
- application/json
400: Bad request
401: Unauthorized
404: Record not found
422: Unprocessable request
Request samples
curl -L 'https://api.telnyx.com/origination/channel_settings' \
-H 'Accept: application/json'
Response samples
{
"channels": 0
}