curl -X GET "https://api.finscreener.in/api/watchlist?page=1&limit=10" \ -H "Authorization: Bearer YOUR_ACCESS_TOKEN"
{ "data": [ { "id": "wl_123", "name": "Target Companies", "type": "company", "count": 25, "created_at": "2026-01-15T10:00:00Z" } ], "total": 3, "page": 1, "limit": 10 }
Get all user watchlists
Bearer <access_token>
Show items