Skip to content
Wazapin
Esc
navigateopen⌘Jpreview

Get channel call settings

GET/v1/channels/{channelID}/call-settings
Authorization
bearerAuthbearerAuthrequired
or
apiKeyAuthapiKeyAuthrequired
Path parameters
channelIDstringrequired
Channel ID
Responses
200OK
active_calls_on_phoneinteger<int64>
callback_urlstringrequired
calling_statusstring
enable_business_initiated_callsbooleanrequired
graph_calling_readybooleanrequired
max_concurrent_per_phoneinteger<int64>
restrictionsCallRestrictionData[] | null
Show properties
Array of CallRestrictionData
expirationinteger<int64>
reasonstring
typestringrequired
sip_enabledbooleanrequired
400Bad Request
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
401Unauthorized
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
403Forbidden
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
404Not Found
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
422Unprocessable Entity
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
500Internal Server Error
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
Request
curl -X GET "/v1/channels/string/call-settings"
Response
{
  "active_calls_on_phone": 0,
  "callback_url": "string",
  "calling_status": "string",
  "enable_business_initiated_calls": true,
  "graph_calling_ready": true,
  "max_concurrent_per_phone": 0,
  "restrictions": [
    {
      "expiration": 0,
      "reason": "string",
      "type": "string"
    }
  ],
  "sip_enabled": true
}