CRM.users.ALL ZohoCRM.templates.email.READ ZohoCRM.templates.inventory.READ ZohoCRM.modules.ALL", "api_domain": "https://www.zohoapis.com", "token_type": "Bearer", "expires_in": 3600 } access_token Use this access token in the header of the API calls to access data in Zoho CRM. ...
Changelog API Collection OAuth Authentication Overview Scopes Step1: Registering a Client Step2: Making the Authorization Request Step3: Generating Tokens Step 4: Refreshing your Access Tokens Step 5: Revoking Tokens Client Credentials Incremental Authorization Token Validity OAuth Scopes API Limits Multi ...
Sample request to fetch all emails of a record curl "https://www.zohoapis.com/crm/v6/Leads/3652397000002379001/Emails" -X GET -H "Authorization: Zoho-oauthtoken 1000.8cb99dxxxxxxxxxxxxx9be93.9b8xxxxxxxxxxxxxxxf" Sample Response { "Emails": [ { "cc": null, "has_thread_attachment": false...
Sample Request curl "https://www.zohoapis.com/crm/bulk/v6/read/554023000000568002/result" -X GET -H "Authorization: Zoho-oauthtoken 1000.8cb99dxxxxxxxxxxxxx9be93.9b8xxxxxxxxxxxxxxxf" © 2025, Zoho Corporation Pvt. Ltd. All Rights Reserved. API Directory Postman Collection Kaizen Series...
Deliver unforgettable customer experiences ACCESS ZOHO CRM PLUS New to Zoho CRM Plus? Sign Up For Free Deliver unforgettable customer experiences ACCESS ZOHO CRM PLUS New to Zoho Marketing Plus? Sign Up For Free Everything you need to run your marketing ACCESS ZOHO MARKETING PLUS New ...
Request Details Request URLs To remove one territory from a user {api-domain}/crm/{version}/Users/{user_id}/territories/{territory_id} To remove multiple territories from a user {api-domain}/crm/{version}/Users/{user_id}/territories?ids={territory_1},{territory_2},{territory_3},... He...
56 Updating related records upon parent record deletion using Workflow-Triggered Deluge Functions Learn how to retrieve the related records of a deleted record using Zoho CRM API V6 and explore how the workflow triggers a deluge function to update to update a field's value in the related records...
Global Picklist API Unblock Email API For more details, kindly refer tohere. C# SDK is available as a Nuget package. The ZOHOCRMSDK-6.0 assembly can be installed through the Nuget Package Manager or through the following options: - Package Manager ...
A maximum of10files can be uploaded in a single API call. The maximum size of each attachment is20MB. Sample Request CurlDeluge curl"https://www.zohoapis.com/crm/v6/files"-XPOST-H"Authorization: Zoho-oauthtoken 1000.8cb99dxxxxxxxxxxxxx9be93.9b8xxxxxxxxxxxxxxxf"-F"file=@connections.txt"-...
Endpoints GET /settings/recycle_bin GET /settings/recycle_bin/{record_id} Request Details Request URL {api-domain}/crm/{version}/settings/recycle_binTo fetch a specific record by id:{api-domain}/crm/{version}/settings/recycle_bin/{record_id} Header Authorization: Zoho-oauthtoken d92d4xxxxxxx...