Skip to main content
POST
/
api
/
conversations
/
{conversation_id}
/
pause
Pause Conversation
curl --request POST \
  --url https://api.example.com/api/conversations/{conversation_id}/pause \
  --header 'X-Session-API-Key: <api-key>'
{
  "success": true
}

Authorizations

X-Session-API-Key
string
header
required

Path Parameters

conversation_id
string<uuid>
required

Response

Successful Response

success
boolean
default:true