Skip to main content
GET
/
csat
/
sessions
/
{session_id}
/
sent
Check if CSAT has been sent for a session
curl --request GET \
  --url https://api.open.cx/csat/sessions/{session_id}/sent \
  --header 'Authorization: Bearer <token>'
{
  "session_id": "<string>",
  "csat_sent": true
}

Authorizations

Authorization
string
header
required

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

Path Parameters

session_id
string
required

Response

Default Response

session_id
string
required
csat_sent
boolean
required