Zoho Lens - API Response

Response

Responses will be in JSON format.

Node Name

Description
representationResponse of the invoked API.
resource_typeResource type of invoked API.

 

Copied
 $ curl -X GET  'https://lens.zoho.com/api/v2/user' \
     -H Authorization: Zoho-oauthtoken 1000.45928a488f1e453626a93e9816.384eb5e2d96c928a4fcff88f1e452be9
Copied
The response structure for the lens API follows the below format.
 {
      "resource_type" : "/api/v2/user"
      "representation":{
          "...":"..."
       }
  }