Session

This API allows you to create remote support.

Create a session

ARGUMENTS

department_idDepartment id of the technician.

Note: In technician_url use your domain name when custom domain is enabled, else use lens.zoho.com.

URL - https://lens.zoho.com/lens-viewer?key=804105987

POST /session

CopiedPOST /session

Request Example

$ curl https://lens.zoho.com/api/v2/lens_session
-X POST
-H "Content-Type: application/x-www-form-urlencoded;charset=UTF-8"
-H "Authorization: Zoho-oauthtoken ba4604e8e433g9c892e360d53463oec5"
-d 'department_id=969371001';

Response Example

HTTP/1.1 200 OK
For Remote Support,
Content-Type:application/json;charset=UTF-8

{

   "representation": {

       "technician_url": "/lens-viewer?key=804105987"

   },

   "resource_type": "/api/v2/session/lens"