Skip to main content

Data Centers vs Base URI Structure

Zoho Contracts is hosted at multiple data centers. Therefore, the service is available in different domains. There are 5 domains for Zoho Contracts' APIs, and you will have to use the one that applies to you.

Data Center

Domain

Base API URI

United States

.com

https://contracts.zoho.com/

Europe

.eu

https://contracts.zoho.eu/

India

.in

https://contracts.zoho.in/

Australia

.com.au

https://contracts.zoho.com.au/

Japan

.jphttps://contracts.zoho.jp/

The APIs on this page are for organizations in Zoho Contracts that are hosted on the .com domain. If your organization is on a different domain, then you must replace .com with the appropriate domain for API endpoints on this page before using them.

Note: To find out which domain you are accessing Zoho Contracts from, visit the Zoho Contracts web application and check its URL. If the URL contains contracts.zoho.com, then you're accessing it from the .com domain. Similarly, if the URL contains contracts.zoho.in, you're accessing it from the .in domain. Similarly, you could be accessing Zoho Contracts from the .eu or .com.au domain.

For example, here's how you would modify the domain in an API endpoint for the .eu domain:

https://contracts.zoho.com/api/v1/admin/orginfo

API endpoint after replacing the .com domain with .eu:

https://contracts.zoho.eu/api/v1/admin/orginfo

 Zoho Contracts Developer Community