nkil
nkil

Reputation: 29

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

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.

Upvotes: 2

Views: 556

Answers (1)

Vikalp Panseriya
Vikalp Panseriya

Reputation: 31

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/

Upvotes: 2

Related Questions