Skip to main content

Zoho CRM API Endpoints

Updated today

Portal Link

  • https://accounts.zoho.com/signin?servicename=ZohoCRM&signupurl=https://www.zoho.com/crm/signup.html

Base URL

  • Sandbox URL: https://www.zohoapis.com/crm

Table of Contents

Product Endpoints

Get All Products (GET)

[Base URL]/v2/products/{Id}

Get a Product by Sku (GET)

[Base URL]/v2/products/search?criteria=(Product_Code:equals:{sku })

Get a Product by Id (GET)

[Base URL]/v2/products/{Id}

Create a Product (POST)

[Base URL]/v2/products

Update a Product (PUT)

[Base URL]/v2/products/{Id}

Customer Endpoints

Get a Customer by Id (GET)

[Base URL]/v2/Contacts/{Id}

Poll Customers (GET)

[Base URL]/v2/Contacts?page={page}

Create a Customer (POST)

[Base URL]/v1/Contacts

Update a Customer (POST)

[Base URL]/v1/Contacts/{Id}

Sales Order Endpoints

Get a Sales Order by Id (GET)

[Base URL]/v2/Sales_Orders/{Id}

Create a Sales Order (POST)

[Base URL]/v2/Sales_Orders

Update a Sales Order (PUT)

[Base URL]/v2/Sales_Orders/{Id}

Authorization Endpoint

Get an Access Token by Code and Refresh Token (GET)

https://accounts.zoho.com/oauth/v2/token
Did this answer your question?