GET
/
v1
/
channels
/
{channelID}
/
call-settings
Get channel call settings
curl --request GET \
  --url https://api.wazapin.com/v1/channels/{channelID}/call-settings \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "callback_url": "<string>",
    "enable_business_initiated_calls": true
  }
}

Authorizations

Authorization
string
header
required

Session token or API key

Path Parameters

channelID
string
required

Channel ID

Response

OK

data
object
required