zohoraspberry-pi-pico

Is there currently any way to implement Client Credentials Grant or an alternative with Zoho Creator API


So im trying to implement a system where i want to create a POST request to a from of Zoho creator app using Zoho API directly from a Raspberry Pi Pico W, Basically its used to log certain events to Zoho form

The problem im facing is that Zoho API's OAuth does not support Client Credentials Grant so it's impossible to use API calls from a non-browser based application/client such as a pi pico to make requests without manually adding the Authorization code in the pico every 10 mins

P.S: I know very less about Zoho Creator and its API

Links: Zoho API Docs: https://www.zoho.com/creator/help/api/v2.1/


Solution

  • You can use OAuth for Non-Browser based applications for generating tokens in your Pi device.

    Steps: