GET
/
csat
/
settings
/
channel
/
{channel}
Check if CSAT is enabled for a channel
curl --request GET \
  --url https://api.open.cx/csat/settings/channel/{channel} \
  --header 'Authorization: Bearer <token>'
{
  "channel": "web",
  "enabled": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

channel
string
required

Response

Successfully retrieved CSAT channel setting

The response is of type object.