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/offers/available \ -H "Authorization: Bearer YOUR_ACCESS_TOKEN"
{ "available_offers": [ { "id": "offer_pro_monthly", "name": "Professional Monthly", "description": "Full access to all features", "price": 2999, "duration_days": 30, "features": ["Recent_GST", "API_ACCESS"] } ], "activated_offers": [] }
Get available subscription offers
Bearer <access_token>