get https://api.banking.netevia.dev/netevia/profile
The GET /netevia/profile API method retrieves primary profile data for a user within the banking application. This endpoint returns key details about the user, such as their name, contact information, account status, and preferred settings.
Functionality:
- Profile Data Retrieval: Fetches essential profile details for a user in the system.
- Up-to-Date Information: Ensures the application can display the most current data for personalized user experience.
- Account Management: Provides the necessary information for managing and interacting with the user’s account.
Key Features:
- User Identification: Returns the user’s name and contact information (email, phone, etc.).
- Account Details: Retrieves the user's account status (active, inactive, etc.) and other relevant information.
- Settings: Includes user preferences and settings related to their account.
Summary:
The GET /netevia/profile API endpoint provides access to a user's essential profile information, enabling personalized interactions and account management. It returns details such as contact information, account status, and preferences, ensuring the banking application remains up-to-date with the latest user data.