Reputation: 29
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
Reputation: 31
You should use Self-Client to generate the Client API keys. This would allow you to be used on the backend.
Upvotes: 2