[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[[["\u003cp\u003eThe co-browse sessions endpoint, accessible via a POST request, provides access to the co-browse service using an external session ID.\u003c/p\u003e\n"],["\u003cp\u003eThe required parameter for initiating or interacting with a co-browse session is \u003ccode\u003eext_session_id\u003c/code\u003e, which must be a string.\u003c/p\u003e\n"],["\u003cp\u003eTo end a co-browse session, you must use a POST request to the provided URL with the external session ID in the URL and an empty body, using "application/json" as the content type.\u003c/p\u003e\n"],["\u003cp\u003eA successful request to terminate a co-browse session returns a status code of 200 and a JSON response containing the message "Session terminated".\u003c/p\u003e\n"]]],[],null,["# Screen Share endpoint\n\nThe [Screen Share sessions endpoint](#co-browse-sessions-endpoint) provides access\nto the Screen Share service.\n\nScreen Share sessions endpoint\n------------------------------\n\n***Endpoint:*** \n\n Method: POST\n Type: RAW\n URL: https://{{subdomain}}.{{domain}}/apps/api/v1/cobrowse_sessions/\n\n***Headers:***\n\n***Body:*** \n\n {}\n\n### Example request and responses\n\nThe following sections provide example requests to the endpoint.\n\n#### End a Screen Share session using an external session ID\n\nThis example shows how to end a current Screen Share session.\n\n##### Request\n\nYou can end a Screen Share session using an external session ID.\n\n***Headers:***\n\n***Query:***\n\nRequest URL: \n\n POST https://\u003cvar translate=\"no\"\u003eSUBDOMAIN\u003c/var\u003e.\u003cvar translate=\"no\"\u003eDOMAIN\u003c/var\u003e/apps/api/v1/cobrowse_sessions/\u003cvar translate=\"no\"\u003eEXTERNAL_SESSION_ID\u003c/var\u003e/end\n\nReplace the following:\n\n- \u003cvar translate=\"no\"\u003eSUBDOMAIN\u003c/var\u003e: Your CCAI Platform tenant name.\n\n- \u003cvar translate=\"no\"\u003eDOMAIN\u003c/var\u003e: The domain for your instance.\n\n- \u003cvar translate=\"no\"\u003eEXTERNAL_SESSION_ID\u003c/var\u003e: The external session ID for the\n Screen Share session that you want to end.\n\n##### Response: Session terminated\n\n {\n \"message\": \"Session terminated\"\n }\n\n***Status Code:*** 200"]]