Zoho Lens - HTTP Methods

HTTP Methods

Zoho Lens API uses appropriate HTTP verbs for every action.

MethodDescription 
GET

Used for retrieving resources.

 

Post 

Used for creating resources and performing resource actions.

Put

Used for updating resources.

DELETE

Used for deleting resources.

 

To get a list of customers

Copied$ curl -X GET  'https://lens.zoho.com/api/v2/user' \
    -H Authorization: Zoho-oauthtoken 1000.45928a488f1e453626a93e9816.384eb5e2d96c928a4fcff88f1e452be9

Using GET method, you can retrieve data for a particular instance from the resource.