Domain-specific API URLs

Zoho Bookings is hosted in multiple data centers across the globe, and the API URLs differ for each data center. To access the appropriate Bookings API, you'll need to identify your account's data center and use the corresponding URL.

The table below shows various data centers, domains, and their base API endpoint URLs.

Data center Bookings DomainBase API URL
United States of Americabookings.zoho.comhttps://www.zohoapis.com/bookings/
European Unionbookings.zoho.euhttps://www.zohoapis.eu/bookings/
Indiabookings.zoho.inhttps://www.zohoapis.in/bookings/
Australiabookings.zoho.com.auhttps://www.zohoapis.com.au/bookings/
Chinabookings.zoho.com.cnhttps://www.zohoapis.com.cn/bookings/

For instance, if your account is in the Australia data center and you are trying to use the Get Appointment API, then the request URL will be:

https://www.zohoapis.com.au/bookings/v1/json/getappointment

 

Note: To find your account's data center, visit the Zoho Bookings web app and check the URL. For instance, if your Bookings URL is bookings.zoho.eu, then you'll want to use https://www.zohoapis.eu/bookings/ as your base API URL. You may refer to the above table to verify your base API URL.