cURL
curl --request POST \ --url https://api.example.com/api/conversations/{conversation_id}/pause
{ "success": true }
Pause a conversation, allowing it to be resumed later.
Successful Response
Was this page helpful?