Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl -X GET https://api.finscreener.in/api/auth/token/validate \ -H "Authorization: Bearer YOUR_ACCESS_TOKEN"
{ "valid": true, "user_id": "user_123456", "email": "user@example.com" }
Validate current access token
Bearer <access_token>