curl -X GET https://api.finscreener.in/api/user/me \ -H "Authorization: Bearer YOUR_ACCESS_TOKEN"
{ "id": "user_123456", "email": "[email protected]", "name": "John Doe", "credits": 500, "subscription": { "plan": "Professional", "status": "active", "expires_at": "2026-12-31T23:59:59Z" } }
Get current user profile and credits
Bearer <access_token>
Show properties