REST Example - Universal Co-Browsing
This page gives an example to create a Universal Co-Browsing session via the API.
Create Session
With the following API you can create a new Universal Co-Browsing Session: https://developers.chatvisor.com/#operation/getUniversalUrlPairUsingGET
With this API endpoint you will receive two Links
- For the user to join the meeting as Host
- For the agent to join the meeting as Viewer
Request
GET https://api.chatvisor.com/rest/v1/cobrowsing/universal/link-pair?url=<URL>&access_token=<TOKEN>
{
"hostLink": "<URL>",
"publicLink": "<URL>"
}