Why Office Integrator API's are not supported in X-frame or Client side?

Why Office Integrator API's are not supported in X-frame or Client side?


As Zoho Office Integrator subscription is completely based upon the API call usage. The APIKey generated will get exposed to others while integrating the API's in the Client. Hence, we have restricted the access in the Client side. Earlier, we were accepting the API requests from the Client end; however, we have restricted this flow in our latest version API's due to mentioned security reason. 


As a workaround, we suggest that you integrate our API's and generate the document open url in the Server side initially. After which, you can parse the generated 'document_url' (from our JSON success response) from the Server to the Client side. 

Please refer the flowchart representation in this link to know how Office Integrator works. 


    • Related Articles

    • How to use Postman with Office Integrator Rest API?

      You can use Postman to try out Office Integrator. Postman is a widely used REST Client for API development and testing. 1. Download Postman tool from https://www.getpostman.com/ 2. Refer this document to know how to use Office Integrator Postman ...
    • Office Integrator - Tools & Resources

      We provide a tool called "Postman" to try out Office Integrator.  Postman is a widely used REST Client for API development and testing. Using Postman, you can build and test API directly from your browser. ​ To know more about Postman Collection, ...
    • Office Integrator - Free Trial

      In order to make use of the Zoho Office Integrator, partners and businesses need to first "create a free Zoho account" and then proceed to "obtain an API key". Refer this link to integrate Zoho Office Integrator.  Please note that you can use upto 50 ...
    • Zoho Office Integrator - Demo

      Once you have successfully logged in, you will be directed to the Zoho Office Integrator dashboard that will provide you with the most essential details of your account. Demo section is your playground where you can see how the integration works. You ...
    • How to setup Postman Collection to test Office Integrator API's?

      To complete the Postman Collection setup in Office integrator API, you need to import the JSON files as listed below: Office Integrator API Collection JSON file Office Integrator API Environment JSON file How to import Office Integrator API ...