HTTP Request Methods
All Zoho WorkDrive APIs follow REST standards (i.e., they use the HTTP request methods such as GET, POST, PATCH, DELETE, etc).
The following table describes the purpose of these HTTP methods:
| Method | Description |
|---|---|
| GET | Retrieves resources. |
| POST | Creates or uploads a new resource. |
| PATCH | Updates specific fields of an existing resource without modifying the remaining data. |
| DELETE | Deletes a resource. |
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.