Things to know

This page is your go-to resource for staying informed about essential information and known limitations, which will help you while working with Zoho Creator APIs.

  • The APIs are applicable for both Zoho Creator and Zoho Creator On-premise. If you're using Creator On-premise, make sure to use the base URL specific to your On-premise account. This URL will be either https://host_name:port_number (learn more) or onpremdemo.zohocreator.com (the hostname of the server where Zoho Creator On-prem is running).
  • A maximum of 200 records can be processed per request.
  • API requests are limited to 50 per minute, per API endpoint, per public IP address.
  • The total number of API requests that can be made per day is subject to your subscription. Refer to the Developer API's count shown in the Billing section of your Creator account.
  • The API access permission (enabled by default) determines if the users—associated with a permission set—are allowed to use your Creator application's APIs. When it's disabled, the Creator APIs will respond with the status code 1130 and message "You do not have permission to access this application's APIs. Please check with the application admin.".
  • In the downloaded OAS files, the Base URL would be that of the US DC(creator.zoho.com) by default. If you belong to other DCs, then you would've to change the base URL accordingly.