- Overview
- What's New in V6?
- Changelog
- API Collection
- OAuth Authentication
- OAuth Scopes
- API Limits
- Multi DC Support
- Increase API Credits
- Customize API Usage Notification
- GDPR Compliance
- HIPAA Compliance
- API Dashboard
- HTTP Request Methods
- Status Codes
- Zoho CRM SDKs
- Metadata APIs
- Modules
- Fields
- Layouts
- Related Lists
- Profiles
- Custom View
- Roles
- Global Picklists
- Territories
- GETTerritories
- POSTTerritories
- PUTTerritories
- DELETETerritories
- POSTTransfer and Delete Territories
- GETChild Territories of a Territory
- GETTerritories Assigned
- GETAssociated User Count
- GETRetrieve User details Associated with a Territory
- PUTAssociate Users with Territory
- POSTRemove Territories of Records
- POSTAssign Territories to Records
- DELETEDisassociate Users from Territory
- Scoring Rules
- Variables
- Map Dependency
- User Groups
- Tags
- Unsubscribe Links
- Pipeline
- Wizards
- Assignment Rules
- Templates
- User's Unavailability
- Portals
- Fiscal Year
- Business Hours
- Holidays
- Record Locking Configuration
- Shift Hours
- Entity APIs
- Organization
- Users
- Records
- Related Records
- Records APIs using External ID
- Related Records Using External ID
- Merge Records
- Features
- Meeting Cancel
- Linking Modules
- Subforms
- Contact Roles
- Photos and Attachments
- Mass Update
- Mass Delete
- Currencies
- Files
- Share
- Fields Attachments
- Recycle Bin
- Change Owner
- Mass Change Owner
- Emails
- Blueprint
- Notes
- Bulk APIs
- Composite API
- Notification APIs
- Query API
HTTP Request Methods
All Zoho CRM 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.