curl -X GET https://api.finscreener.in/api/users/me \ -H "Authorization: Bearer YOUR_ACCESS_TOKEN"
{ "user_id": "user_123456", "email": "user@example.com", "username": "johndoe", "api_usage": { "detail_requests_today": 5, "detail_daily_limit": 100 } }
Get current user profile and API usage stats
Bearer <access_token>