- Overview
- What's New in V8?
- Changelog
- Open API Specification 3.0.0 (OAS)
- API Directory
- API Collection
- APIs and References
- OAuth
- API Limits and Credits
- Compliance
- Zoho CRM SDKs
- Metadata APIs
- Customization
- Process Automation
- Security control
- Roles
- Profiles
- 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
- Export Audit Log
- Portals
- Data Sharing
- Company Settings
- Zia
- Core APIs
- Records
- Merge Records
- Share Records
- Mail Merge
- Services
- Appointments
- Appointments Rescheduled History
- Fields Attachments
- Meeting Cancel
- Notes
- Mass Actions
- Related Records
- External ID
- Emails
- Subforms
- Linking Modules
- Others
- Bulk APIs
- Composite API
- Query API
- Notification APIs
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.