Access Zoho Accounts API (Custom Views) using a key instead of OAuth 2.0

Access Zoho Accounts API (Custom Views) using a key instead of OAuth 2.0

I would like to access Zoho Accounts data through a custom view using a key instead of OAuth 2.0. Can I do so?

My requirement is offline access without user interaction. Something like a CRON job running and pulling data. I do not want to follow OAuth 2.0 process and it requires some user interaction.

Please help.