Overview
Finscreener provides Zoho-ready lead data that you can push to your own Zoho CRM. We act as a DATA PROVIDER - formatting and serving data while you handle your own Zoho connection.Your system fetches leads from Finscreener API, then pushes them to your Zoho CRM using your own credentials.
CRM API Endpoints
All endpoints require Developer API authentication (API key login).List CRM Orders
Get Order Leads
Get Entity as Lead
Zoho Lead Field Mapping
Zoho CRM Setup Guide
Step 1: Create Zoho OAuth Client
- Go to api-console.zoho.com
- Click Add Client
- Choose Server-based Applications
- Fill details:
- Client Name:
Finscreener Integration - Homepage URL:
http://localhost - Authorized Redirect URI:
http://localhost
- Client Name:
- Click Create
- Save your CLIENT_ID and CLIENT_SECRET
Step 2: Generate Grant Token (One Time)
Open this URL in browser (for India DC):Step 3: Exchange Grant Token for Access + Refresh Token
refresh_token (long-lived) and access_token (expires in ~1 hour)