Contacts
Sessions
AI Phone Agents
AI Email
AI WhatsApp
AI Outbound Sequencing
AI Training
Customer Insights
Groups (teams)
Webhooks
Sessions
Update a chat session
PATCH
/
chat
/
sessions
/
{session_id}
curl --request PATCH \
--url https://api.open.cx/chat/sessions/{session_id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"status": "open"
}'
This response has no body data.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Body
application/json
Was this page helpful?
curl --request PATCH \
--url https://api.open.cx/chat/sessions/{session_id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"status": "open"
}'
This response has no body data.
Assistant
Responses are generated using AI and may contain mistakes.