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/subscriptions/status \ -H "Authorization: Bearer YOUR_ACCESS_TOKEN"
{ "subscriptions": [ { "plan": "Professional", "status": "active", "starts_at": "2026-01-01T00:00:00Z", "expires_at": "2026-12-31T23:59:59Z", "features": ["Recent_GST", "API_ACCESS"] } ] }
Get current user’s active subscriptions
Bearer <access_token>