Zoho Connect's API allows users and developers to extend their web applications by programmatically fetching and editing data from different modules in Connect.
Zoho Connect's APIs enable reading and writing of data through the following HTTP methods:
Method | Description |
GET | Used for retrieving resources. |
POST | Used for creating resources and performing operations. |
PUT | Used for updating resources. |
DELETE | Used for deleting resources. |
There is no usage limit on the API, but we have system limitations as protection from denial of service (DOS) attacks.