Hi,
I have some code that get invoked every day and fetch ZOHO tickets.
This is Working fine using authtokens.
Since this method has been deprecated, I'm trying to change my code and use OAuth tokens instead.
I've generated the first code following the documentation.
but I'm not sure what the redirect_url should be, since this is a Self Client app.
Thanks.