Check whether CSAT collection is enabled for the specified channel
cURL
curl --request GET \ --url https://api.open.cx/csat/settings/channel/{channel} \ --header 'Authorization: Bearer <token>'
{ "channel": "web", "enabled": true }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successfully retrieved CSAT channel setting
The response is of type object.
object
Was this page helpful?