Check whether a CSAT request has been sent for the specified session
cURL
curl --request GET \ --url https://api.open.cx/csat/sessions/{session_id}/sent \ --header 'Authorization: Bearer <token>'
{ "session_id": "123e4567-e89b-12d3-a456-426614174001", "csat_sent": true }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successfully checked CSAT sent status
The response is of type object.
object
Was this page helpful?