curl -X POST https://api.finscreener.in/api/auth/login \ -H "Content-Type: application/json" \ -d '{"api_key": "fsk_your_api_key"}'
{ "token": { "access_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...", "refresh_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...", "token_type": "bearer" } }
Authenticate and get access tokens
fsk_xxx
Show properties