Zoho IOT REST API
Zoho IOT provides REST API (Application Programming Interface) that lets you integrate Zoho IOT with third-party applications for monitoring purposes.
The REST API uses simple HTTP methods, such as GET, POST, PUT, and DELETE. These methods allow Zoho IOT data to be extracted in JSON format, including errors, making it easy to develop new applications and also to integrate with existing applications.
Note
All requests to the API should be made over HTTPS. API requests and responses are formatted in JSON.
Plan | Daily API call limit* | Concurrency Limit** |
Free plan | 1000/Day/Org | 5/Client/Org |
Trial plan | 5000/Day/Org | 5/Client/Org |
Starter | 2000/Day/Org | 10/Client/Org |
Standard | 5000/Day/Org | 10/Client/Org |
Professional | 10000/Day/Org | 15/Client/Org |
Enterprise | 1,000,000/Day/Org | 20/Client/Org |
*Contact the support team if you want this limit to be increased.
**The concurrency limits define the maximum number of API calls that can be active simultaneously.