Cobrowse API
Cobrowse endpoints exposed by the Devotel CPaaS API Base path:/api/v1/cobrowse
Endpoint count: 3
Get the co-browse session for a conversation
GET /api/v1/cobrowse/{conversationId}string
required
—
End a co-browse session
POST /api/v1/cobrowse/{conversationId}/endstring
required
—
Join a live co-browse session
POST /api/v1/cobrowse/{conversationId}/joincontrol and the visitor’s stored consent — an observe-only session can never be escalated to guided control. Flips the session to ‘active’ and stamps the agent + start time. 404 when no joinable session exists (the visitor must initiate from the widget first). 503 when the media plane is not configured.
string
required
—
boolean
Request guided control (highlight / scroll / form-fill). Effective only when the visitor consented; otherwise the agent joins observe-only.