cURL
curl --request GET \ --url https://api.open.cx/csat/sessions/{session_id}/sent \ --header 'Authorization: Bearer <token>'
{ "session_id": "<string>", "csat_sent": true }
Check whether a CSAT request has been sent for the specified session. Use when integrating CSAT results into a downstream BI or analytics pipeline.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Default Response
Was this page helpful?