curl --request GET \
--url https://api.open.cx/csat/settings/channel/{channel} \
--header 'Authorization: Bearer <token>'{
"channel": "<string>",
"enabled": true
}Check whether CSAT collection is enabled for the specified channel
curl --request GET \
--url https://api.open.cx/csat/settings/channel/{channel} \
--header 'Authorization: Bearer <token>'{
"channel": "<string>",
"enabled": true
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
web, email, phone_voice, slack, sms, whatsapp, instagram, messenger, api, web_voice Was this page helpful?