- Overview
- What's New in V3?
- Changelogs
- API Collection
- OAuth Authentication
- API Limits
- Multi DC Support
- Increase API Credits
- Customize API Usage Notification
- GDPR Compliance
- HIPAA Compliance
- API Dashboard
- Status Codes
- Request Methods
- Entity APIs
- Organization
- Users
- Roles
- Profiles
- Territories
- Records
- Records API using External ID
- Data Backup
- Meeting Cancel
- Subforms
- Linking Modules
- Related Records
- Related Records API using External ID
- Contact Roles
- Blueprint
- Variables
- Notes
- Scoring Rules
- Tags
- Photos and Attachments
- Mass Update
- Currencies
- Files
- Share
- Assignment Rules
- Pipeline
- Wizards
- Templates
- Fields Attachments
- Send Mail
- User's Unavailability
- Change Owner
- Metadata APIs
- Composite API
- Bulk APIs
- Notification APIs
- Query API
HTTP Request Methods
All Zoho CRM v3 APIs follow REST standards, i.e, they use the HTTP request methods GET, POST, PUT, DELETE etc,.
The following table explains the HTTP methods and their descriptions.
Request Methods
- GET
To retrieve data/resource from the resource server. Example: GET List of Modules.
- POST
To insert or upload any new resource to the server. Example: Insert Records.
- PUT
To update an existing resource. This replaces the target resource with the updated content. Example: Update a Specific Records.
- PATCH
To update a specific detail of the resource. This method updates the target resource with the provided content without changing other data. Example: Update Specific Information of a Notification.
- DELETE
To delete a resource at a particular location. Example: Delete Records.
© 2025, Zoho Corporation Pvt. Ltd. All Rights Reserved.