Automate zoho grant token generation or code generation, without using self client code directly

456 Views Asked by At

I am using this url https://accounts.zoho.in/oauth/v2/auth?scope=ZohoInvoice.invoices.CREATE&client_id=1000.G1NT1HEKCZB7TACFBW7TRD3PX0WHxxX&state=testing&response_type=code&access_type=offline&prompt=Consent as mentioned in this docs, but this is redirecting me to a new url where iam asked to click on the accept( this step i want it to be done in backend itself instead of doing it in browser) then it redirects us to the url which has code in it.

1

There are 1 best solutions below

1
On

You should use Self-Client to generate the Client API keys. This would allow you to be used on the backend.

https://api-console.zoho.in/