get https://api.banking.netevia.dev/netevia/profile/
The GET /netevia/profile/{profileId} API method retrieves the main profile information for a specified user.
Functionality:
- Returns key details associated with a user profile, including personal data, account status, and preferences.
- Requires the unique identifier {profileId} of the user whose profile you want to access.
Key Features:
- Access to comprehensive profile information for user management.
- Supports personalized user experiences by retrieving relevant user data.
- Ensures that only authorized users can access profile information through proper authentication.
Response:
- Success: Main profile information including personal data, account status, and preferences.
- Error: Relevant error messages for unauthorized access or invalid profile IDs.
Summary:
This API method provides a secure way to access detailed profile information for specified users, enabling effective user management and personalized banking experiences.