curl -X GET https://api.finscreener.in/api/offers/my-active \ -H "Authorization: Bearer YOUR_ACCESS_TOKEN"
[ { "offer_id": "offer_pro_monthly", "offer_name": "Professional Monthly", "activated_at": "2026-03-01T00:00:00Z", "expires_at": "2026-03-31T23:59:59Z", "features": ["Recent_COMP", "Recent_DIR", "Recent_GST", "API_ACCESS"], "status": "active" } ]
Get user’s active offer subscriptions
Bearer <access_token>