-
Notifications
You must be signed in to change notification settings - Fork 48
List of possible API routes
Christopher Coogan edited this page Aug 6, 2022
·
3 revisions
Pulled from home.personalcaptial.com/static/js/app.commons.bundle.*.js
{
"Proposal": {
"get": "/api/proposal/getProposal",
"update": "/api/proposal/updateProposal",
"create": "/api/proposal/createProposal",
"delete": "/api/proposal/deleteProposal",
"publish": "/api/proposal/publishProposal",
"clone": "/api/proposal/cloneProposal",
"present": "/api/proposal/presentProposal",
"updateStats": "/api/proposal/updateProposalViewStats"
},
"Meeting": {
"start": "/api/appointment/getMeetingLink"
},
"AdvisoryFeeTransactions": {
"get": "/api/agent/getAdvisoryTransactions"
},
"TargetPortfolio": {
"generate": "/api/agent/generateTargetPortfolio",
"revoke": "/api/agent/revokeStrategy"
},
"AddAccount2": {
"createManual": "/api/newaccount/createAccounts2"
},
"CustomProducts": {
"get": "/api/search/getCustomProducts"
},
"Profile": {
"getUIPreferences": {
"url": "/api/profile/getUIPreferences "
},
"getFunnelAttributes": {
"url": "/api/profile/getFunnelAttributes"
}
},
"PersonEventHistories": {
"get": "/api/person/getPersonEventHistories"
},
"Agent": {
"get": "/api/agent/getAgent"
},
"UserCommunications": {
"get": "/api/milestone/getUserCommunications"
},
"CallQueue": {
"getNextLead": "/api/cq/lead/getNext",
"getLeadInfo": "/api/cq/lead/getLeadInfo"
},
"Accounts": {
"get": {
"url": "/api/newaccount/getAccounts2",
"cache": "!0",
"serverChanges": "b"
},
"getAccountsBySite": {
"url": "/api/newaccount/getAccountsBySite"
},
"refresh": "/api/newaccount/refreshAccounts",
"update": "/api/newaccount/updateAggregatedAccount",
"types": {
"url": "/api/account/getAccountTypes",
"cache": "!0"
},
"close": "/api/newaccount/closeAccount",
"remove": "/api/newaccount/removeAccounts",
"removeManualAccounts": "/api/newaccount/removeManualAccounts",
"removeDisabledAccount": "/api/newaccount/removeDisabledAccount",
"updateManual": "/api/newaccount/updateAccount",
"updateCredentials": "/api/newaccount/updateCredentials",
"getRetirementCashFlow": "/api/account/getRetirementCashFlow",
"setRetirementCashFlow": "/api/account/setRetirementCashFlow",
"updateRetirementCashFlow": "/api/account/updateRetirementCashFlow",
"getAnnualCashFlow": "/api/account/getAnnualCashFlow",
"getAnnualCashFlowWithWhatIf": "/api/account/getAnnualCashFlowWithWhatIf",
"getProductAccounts": {
"url": "/api/newaccount/getProductAccounts",
"cache": "!0",
"serverChanges": "b"
},
"create": "/api/newaccount/createAccounts2",
"refreshAccountsWithExtendedDetails": "/api/newaccount/refreshAccountsWithExtendedDetails",
"updateAccountOverrides": "/api/newaccount/updateAccountOverrides",
"reopen": "/api/newaccount/reopenAccount",
"getContributionLimits": {
"url": "/api/account/getAccountContributionLimits",
"cache": "!0"
},
"getAssociatedAccounts": "/api/newaccount/getAssociatedAccounts"
},
"PersonAccounts": {
"get": "/api/newaccount/getPersonAccounts",
"save": "/api/newaccount/savePersonAccounts",
"assign": "/api/newaccount/assignAccountsToPersons",
"unassign": "/api/newaccount/unassignAccountsFromPersons"
},
"AccountTypes": {
"get": "/api/account/getAccountTypes2"
},
"BillReminders": {
"get": {
"url": "/api/account/getBillReminders",
"cache": "!0",
"serverChanges": "b"
},
"update": "/api/account/updateBillReminder"
},
"CompletenessMeter": {
"get": {
"url": "/api/completeness/getMeterInfo2",
"cache": "!0",
"serverChanges": "z"
},
"update": {
"url": "/api/completeness/updateMeterInfo",
"cache": "!0",
"serverChanges": "z"
}
},
"UserMessages": {
"get": {
"url": "/api/message/getUserMessages",
"cache": "!0",
"serverChanges": "u"
},
"getInsights": {
"url": "/api/message/getInsights",
"cache": "!0",
"serverChanges": "u"
},
"getV2": {
"url": "/api/message/getUserMessages",
"cache": "!0",
"serverChanges": "u"
},
"getUncache": {
"url": "/api/message/getUserMessages",
"cache": "!1"
},
"read": {
"url": "/api/message/getUserMessages",
"cache": "!0",
"serverChanges": "u"
},
"updateV2": {
"url": "/api/message/updateUserMessages",
"cache": "!1"
},
"addComment": {
"url": "/api/message/addComment",
"cache": "!1"
},
"update": "/api/message/updateUserMessages"
},
"UserMessage": {
"markViewed": "/api/message/updateUserMessages"
},
"UserResponse": {
"add": "/api/userresponse/add"
},
"Transactions": {
"get": {
"url": "/api/transaction/getUserTransactions",
"cache": "!0",
"serverChanges": "O"
},
"getTopByCashFlow": "/api/transaction/getTopCashFlowTransactions",
"update": "/api/transaction/updateUserTransaction",
"update2": "/api/transaction/updateUserTransaction2",
"updates": "/api/transaction/updateUserTransactions",
"updates2": "/api/transaction/updateUserTransactions2",
"updateTransactionSplits": "/api/transaction/updateTransactionSplits",
"cancel": "/api/transaction/cancelTransaction",
"removeTransactionImage": "/api/transaction/removeTransactionImage"
},
"Tags": {
"get": {
"url": "/api/transactiontag/getTags",
"cache": "!0",
"serverChanges": "d"
},
"create": "/api/transactiontag/addTag",
"update": "/api/transactiontag/updateTag",
"delete": "/api/transactiontag/removeTag"
},
"TransactionCategories": {
"get": {
"url": "/api/transactioncategory/getCategories",
"cache": "!0",
"serverChanges": [
"USER_TRANSACTION_CATEGORY_UPDATED",
"USER_TRANSACTION_CATEGORY_CREATED",
"USER_TRANSACTION_CATEGORY_DELETED"
]
},
"create": {
"url": "/api/transactioncategory/addCategory"
},
"remove": {
"url": "/api/transactioncategory/removeCategory"
},
"update": {
"url": "/api/transactioncategory/updateCategory"
}
},
"TransactionTypes": {
"get": {
"url": "/api/transaction/getTransactionTypes",
"cache": "!0"
}
},
"Histories": {
"get": {
"url": "/api/account/getHistories",
"cache": "!0",
"serverChanges": "b"
},
"getV2": {
"url": "/api/account/getHistoriesForOneYear",
"cache": "!0",
"serverChanges": "b"
}
},
"SponsorPlanHistories": {
"get": {
"url": "/api/account/getSponsorPlanHistories",
"cache": "!0",
"serverChanges": "b"
}
},
"PerformanceHistories": {
"get": {
"url": "/api/account/getPerformanceHistories",
"cache": "!0",
"serverChanges": "b"
},
"getV2": {
"url": "/api/account/getPerformanceHistoriesForOneYear",
"cache": "!0",
"serverChanges": "b"
}
},
"GrantHistories": {
"get": {
"url": "/api/esog/getGrantHistories",
"cache": "!0",
"serverChanges": "b"
},
"update": "/api/esog/updateGrant",
"remove": "/api/esog/removeGrant"
},
"Companies": {
"get": {
"url": "/api/esog/getCompanies",
"cache": "!0",
"serverChanges": "b"
}
},
"MarketMovers": {
"get": {
"url": "/api/invest/getMarketMovers",
"cache": "!0",
"serverChanges": "b"
}
},
"Quotes": {
"get": {
"url": "/api/invest/getQuotes",
"cache": "!0",
"serverChanges": "b"
},
"getV2": {
"url": "/api/invest/getQuotesForOneYear",
"cache": "!0",
"serverChanges": "b"
}
},
"NetWorth": {
"get": {
"url": "/api/account/getNetworthHistories",
"cache": "!0",
"serverChanges": "b"
}
},
"Advisor": {
"get": {
"url": "/api/profile/getAdvisor",
"cache": "!0",
"serverChanges": "l"
}
},
"AdvisorInteraction": {
"getEmailReplies": "/api/advisorinteraction/getEmailReplies"
},
"ClassifiedHoldings": {
"get": {
"url": "/api/invest/getClassifiedHoldings",
"cache": "!0",
"serverChanges": "b"
}
},
"GetSite": {
"get": "/api/site/getSite"
},
"SearchSites": {
"get": "/api/search/searchSites"
},
"AddAccount": {
"post": "/api/newaccount/createAggregatedAccount",
"postByProductId": "/api/newaccount/createAccounts"
},
"Feedback": {
"send": "/api/feedback/logFeedback"
},
"EmailSupport": {
"send": "/api/profile/emailUs"
},
"SubmitSupportTicket": {
"send": "/api/profile/submitSupportTicket"
},
"InvestmentProfile": {
"get": "/api/profile/getAdvisorInterviewInfo",
"update": "/api/profile/updateAdvisorInterviewInfo"
},
"GetPopular401kProducts": {
"get": {
"url": "/api/search/getPopular401Kproducts",
"cache": "!0"
}
},
"Get401kFees": {
"get": "/api/fundfee/get401kFundFees"
},
"_401kQuestionnaire": {
"get": "/api/profile/getQuestionnaire",
"post": "/api/profile/updateQuestionnaire"
},
"Holdings": {
"get": {
"url": "/api/invest/getHoldings",
"cache": "!0",
"serverChanges": "b"
},
"post": "/api/invest/updateSecurityInfo",
"update": "/api/account/updateHolding",
"create": "/api/account/addHolding",
"remove": "/api/account/removeHolding"
},
"Crypto": {
"getCryptoCoins": "/api/invest/getCryptoCoins"
},
"ManualClassification": {
"getAssetClassification": {
"url": "/api/invest/getAssetClassification"
},
"updateAssetClassification": {
"url": "/api/invest/updateAssetClassification"
}
},
"Grants": {
"create": "/api/esog/addGrant",
"remove": "/api/esog/removeGrant"
},
"Securities": {
"get": "/api/invest/searchSecurity"
},
"InvestmentCheckup": {
"get": "/api/invest/getInvestmentCheckup",
"getCached": {
"url": "/api/invest/getInvestmentCheckup",
"cache": "!0"
},
"getV2": "/api/invest/getInvestmentCheckup2",
"submitAction": "/api/invest/submitInvestmentCheckupAction",
"update": "/api/invest/updateInvestmentCheckup",
"projectedFundFees": "/api/fundfee/getFeeProjectionData"
},
"myLife": {
"get": "/api/invest/getMyLife",
"getInput": "/api/invest/getMyLifeInput",
"savePlan": "/api/invest/saveMyLifePlan",
"deletePlan": "/api/invest/deleteMyLifePlan",
"getPlan": "/api/invest/getMyLifePlan",
"getPlans": {
"url": "/api/invest/getMyLifePlans",
"cache": "!0",
"serverChanges": [
"UPDATED_RETIREMENT_PLAN"
]
},
"saveGoals": "/api/invest/saveMyLifeGoals",
"removeGoals": "/api/invest/removeMyLifeGoals",
"getGoals": "/api/invest/getMyLifeGoals",
"compareInputsWithMaster": "/api/invest/compareMyLifePlanInputsWithMaster",
"clonePlan": "/api/invest/cloneMyLifePlan",
"clonePlanByAdvisor": "/api/invest/cloneMyLifePlanByAdvisor",
"changePlanStatus": "/api/invest/changeMyLifePlanStatus",
"getV2": "/api/invest/getMyLife2",
"clonePlanMarket": "/api/invest/cloneMyLifePlanMarketScenario"
},
"Recommendations": {
"get": "/api/invest/getRecommendation"
},
"Person": {
"get": "/api/person/getPerson",
"getUncache": {
"url": "/api/person/getPerson",
"cache": "!1"
},
"getAll": "/api/person/getPersons",
"create": "/api/person/createPerson",
"update": "/api/person/updatePerson",
"delete": "/api/person/deletePerson",
"replace": "/api/person/replacePerson"
},
"Enrollment": {
"get": "/api/enrollment/getEnrollments",
"save": "/api/enrollment/saveEnrollment",
"saveFunding": "/api/enrollment/saveFunding",
"submit": "/api/enrollment/submitEnrollment"
},
"HoldingsByType": {
"get": {
"url": "/api/invest/getHoldingsByType",
"cache": "!0",
"serverChanges": "b"
}
},
"Payment": {
"getStripePaymenturl": {
"url": "/api/payment/getStripePaymentUrl"
},
"getStripeUpdatePaymenturl": {
"url": "/api/payment/getStripeUpdatePaymentUrl"
},
"updateOnUsRetirementPaymentType": {
"url": "/api/payment/updateOnUsRetirementPaymentType"
}
},
"Profile_": {
"get": {
"url": "/api/profile/getUserProfile",
"cache": "!0",
"serverChanges": [
"PROFILE_UPDATED",
"DEVICE_UNREGISTERED_TOTP",
"DEVICE_REGISTERED_TOTP"
]
},
"getUncache": {
"url": "/api/profile/getUserProfile",
"cache": "!1"
},
"updateUsername": "/api/profile/updateUserEmail",
"updatePreferences": "/api/profile/updatePreferences",
"getUserPreferences": {
"url": "/api/profile/getUserPreferences",
"cache": "!0",
"serverChanges": [
"PROFILE_UPDATED"
]
},
"updateUserEmailPreferences": "/api/profile/updateUserEmailPreferences",
"updateUserSitePreferences": {
"url": "/api/profile/updateUserSitePreferences"
},
"updateUserFeatureByAdvisor": "/api/profile/updateUserFeatureByAdvisor",
"updateUserContact": "/api/profile/updateUserContact",
"removeUser": "/api/profile/deleteUser",
"unbindDevice": "/api/profile/unbindDevice",
"updateUserProfile": "/api/profile/updateUserProfile",
"getBoundDevices": {
"url": "/api/profile/getBoundDevices",
"cache": "!0",
"serverChanges": [
"PROFILE_UPDATED"
]
},
"getFunnelAttributes": "/api/profile/getFunnelAttributes",
"getDeviceDetails": "/api/profile/getDeviceDetails",
"bindDevice": "/api/profile/bindDevice",
"getUIPreferences": {
"url": "/api/profile/getUIPreferences",
"cache": "!0",
"serverChanges": "M"
},
"getUIPreferencesNocache": {
"url": "/api/profile/getUIPreferences",
"cache": "!1",
"serverChanges": "M"
},
"getSponsorUIPreferences": {
"url": "/api/sponsor/getUIPreferences"
},
"updateUIPreferences": "/api/profile/updateUIPreferences",
"updateDevice": "/api/profile/updateDevice",
"updateTwoWayImage": "/api/image/updateTwoWayImage",
"getReferredUsers": "/api/profile/getReferredUsers",
"getPcbRates": "/api/profile/getPCBRateData",
"isUserDeletionEligible": "/api/profile/isUserDeletionEligible"
},
"PostLoginAction": {
"get": {
"url": "/api/profile/getPostLoginAction",
"cache": "!1"
}
},
"_401kVerification": {
"challengeEmail": {
"url": "/api/credential/challengeEmail",
"cache": "!1"
},
"verifyEmail": {
"url": "/api/credential/authenticateEmailByCode",
"cache": "!1"
},
"verifySSN": {
"url": "/api/credential/authenticateSsn",
"cache": "!1"
}
},
"DailyCapitalFeeds": {
"getWeeklyCommentary": {
"url": "document.location.protocol + //ajax.googleapis.com/ajax/services/feed/load?v=1.0&num=10&callback=?&q= + encodeURIComponent(https://www.personalcapital.com/blog/feed/?cat=3,891,890,68,284)",
"cache": "!1"
},
"getWhitePapers": {
"url": "document.location.protocol + //ajax.googleapis.com/ajax/services/feed/load?v=1.0&num=40&callback=?&q= + encodeURIComponent(https://www.personalcapital.com/blog/category/whitepapers/feed/)",
"cache": "!1"
}
},
"MarketingNumbers": {
"get": {
"url": "document.location.protocol + //www.personalcapital.com/api/data/marketing-numbers?callback=?",
"cache": "!1"
}
},
"OnUs401KSiteCredential": {
"get": "/api/site/getOnUs401KSiteCredential"
},
"OnUs401kPartnerSSO": {
"get": "/api/ltlogin/ltDoSsoGatekeeper"
},
"Documents": {
"get": "/api/filecabinet/getEdocuments",
"delete": "/api/filecabinet/removeDocument",
"update": "/api/filecabinet/updateDocument"
},
"PopularSitesAndProducts": {
"get": {
"url": "/api/search/getPopularSitesAndProducts",
"cache": "!0"
}
},
"PopularSites": {
"get": "/api/search/getPopularSites"
},
"Credentials": {
"authenticatePassword": "/api/credential/authenticatePassword",
"enrollTotp": "/api/credential/enrollTotp",
"getTotpRecoveryCodes": {
"url": "/api/credential/getTotpRecoveryCodes",
"cache": "!0",
"serverChanges": [
"DEVICE_REGISTERED_TOTP"
]
}
},
"SecurityImage": {
"getCategories": {
"url": "/api/image/browseTwoWayImageCategories",
"cache": "!0"
},
"getImagesForCategory": "/api/image/browseTwoWayImages"
},
"Proposals": {
"get": "/api/proposal/getProposals"
},
"Signout": {
"get": "/api/login/switchUser"
},
"Login": {
"keepAlive": "/api/login/keepalive"
},
"Appointment": {
"get": "/api/appointment/getAppointments",
"getAvailabilities": "/api/appointment/getAvailabilities",
"create": "/api/appointment/createAppointment",
"cancel": "/api/appointment/cancelAppointment",
"getAvailabilitiesForDate": "/api/appointment/getAppointmentsForDate",
"update": "/api/appointment/updateAppointment",
"getEligibleMeetings": "/api/appointment/getEligibleMeetings",
"getAllUserAppointments": "/api/appointment/getAllUserAppointments",
"getAllAppointmentTypes": {
"url": "/api/appointment/getAllAppointmentTypes",
"cache": "!0"
},
"getFpTopics": "/api/appointment/getFPTopicsForAppointment",
"addPromoInSalesforce": "/api/appointment/addPromoInSalesforce"
},
"UserEvent": {
"createUserEvent": "/api/userevent/createUserEvent",
"createTrackingEvent": "/api/userevent/createTrackingEvent"
},
"Limited": {
"getProfile": {
"url": "/api/limited/getUserProfile",
"cache": "!0",
"serverChanges": [
"PROFILE_UPDATED"
]
},
"getAppointments": "/api/limited/getAppointments",
"getAvailabilities": "/api/limited/getAvailabilities",
"createAppointment": "/api/limited/createAppointment",
"updateAppointment": "/api/limited/updateAppointment",
"cancelAppointment": "/api/limited/cancelAppointment",
"getEligibleMeetings": "/api/limited/getEligibleMeetings",
"getAdvisor": {
"url": "/api/limited/getAdvisor",
"cache": "!0",
"serverChanges": "l"
},
"updateUserEmailPreferences": "/api/limited/updateUserEmailPreferences"
},
"FinancialPlanner": {
"get": "/api/financialplanner/getFinancialPlanner"
},
"CollegePlanner": {
"getInput": "/api/financialplanner/getCollegePlannerInput",
"getAverageTuition": "/api/financialplanner/getStateAverageTuitions",
"run": "/api/financialplanner/runCollegePlanner",
"save": "/api/financialplanner/saveCollegePlanner",
"search": "/api/financialplanner/searchCollege",
"getStateAverage": "/api/financialplanner/getStateAverageTuitions"
},
"InsurancePlanner": {
"getInput": "/api/financialplanner/getInsurancePlannerInput",
"run": "/api/financialplanner/runInsurancePlanner",
"save": "/api/financialplanner/saveInsurancePlanner"
},
"EstatePlanner": {
"getInput": "/api/financialplanner/getEstatePlannerInput",
"run": "/api/financialplanner/runEstatePlanner",
"save": "/api/financialplanner/saveEstatePlanner"
},
"SavingsManager": {
"getInput": "/api/financialplanner/getCashFlowPlannerInput",
"run": {
"url": "/api/financialplanner/runCashFlowPlanner",
"cache": "!0",
"serverChanges": "b"
},
"save": "/api/financialplanner/saveCashFlowPlanner"
},
"EmployerSponsoredRetirementPlanner": {
"getInput": "/api/financialplanner/get401kPlannerInput",
"save": "/api/financialplanner/save401kPlanner"
},
"RetirementIncome": {
"get": "/api/invest/getRetirementIncome"
},
"Spending": {
"get": "/api/account/getUserSpending",
"setTarget": "/api/account/setTargetSpending"
},
"Strategy": {
"get": {
"url": "/api/invest/getMyStrategy",
"cache": "!0"
},
"getStrategies": {
"url": "/api/sponsor/getStrategies"
},
"generate": {
"url": "/api/sponsor/generateStrategy"
},
"accept": {
"url": "/api/sponsor/acceptStrategy"
},
"reject": {
"url": "/api/sponsor/rejectStrategy"
},
"getRecommendation": {
"url": "/api/sponsor/getStrategyRecommendation"
},
"getMarketCommentary": {
"url": "/api/invest/marketCommentaryContent",
"cache": "!0"
},
"getTaxSavings": {
"url": "/api/invest/getTaxSavings"
}
},
"StrategyReview": {
"getRecommendation": {
"url": "/api/strategy/getStrategyRecommendation"
},
"generateRecommendation": {
"url": "/api/strategy/generateStrategyRecommendation"
},
"getInput": {
"url": "/api/strategy/getStrategyReviewInput"
},
"selectNewStrategy": {
"url": "/api/strategy/selectStrategy"
}
},
"RiskTolerance": {
"getInput": {
"url": "/api/strategy/getRiskToleranceInput"
},
"run": {
"url": "/api/strategy/runRiskToleranceRec"
},
"save": {
"url": "/api/strategy/saveRiskToleranceRec"
}
},
"SocialSecurity": {
"getRetirementPlanCheck": {
"url": "/api/invest/getRetirementPlanCheckData"
}
},
"StandingFundingInstructions": {
"get": {
"url": "/api/newaccount/getStandingFundingInstructions",
"cache": "!0"
}
},
"StrategyProjection": {
"get": {
"url": "/api/invest/getStrategyProjection"
}
},
"SponsorProjection": {
"get": {
"url": "/api/sponsor/getProjection"
}
},
"RecurringContribution": {
"update": "/api/invest/updateRecurringContribution"
},
"Contribution": {
"get": "/api/sponsor/getCurrentContribution"
},
"PlanElections": {
"get": "/api/sponsor/getPlanElections",
"update": "/api/sponsor/updatePlanElections",
"createMoneyTransfer": "/api/sponsor/createMoneyTransfer",
"getMoneyTransferStatus": "/api/sponsor/getMoneyTransferStatus"
},
"SponsorUIPreferences": {
"get": {
"url": "/api/sponsor/getUIPreferences"
}
},
"SponsorPerformance": {
"get": {
"url": "/api/sponsor/getPartnerPerformance",
"cache": "!0",
"serverChanges": "b"
}
},
"SponsorFundAllocations": {
"get": {
"url": "/api/sponsor/getFundAllocation"
}
},
"SponsorEnrollmentStatus": {
"update": {
"url": "/api/sponsor/updateEnrollmentStatus"
}
},
"PendingActivity": {
"cancel": {
"url": "/api/sponsor/cancelPendingActivity"
}
},
"PCBEnrollment": {
"create": "/api/pcbenrollment/createEnrollment",
"update": "/api/pcbenrollment/updateEnrollment",
"submit": "/api/pcbenrollment/submitEnrollment",
"getAll": "/api/pcbenrollment/getEnrollments",
"get": {
"url": "/api/pcbenrollment/getEnrollment",
"cache": "!0",
"serverChanges": [
"PCB_ENROLLMENT_UPDATED",
"PCB_ENROLLMENT_RETRY"
]
},
"verifyIdentity": "/api/pcbenrollment/verifyIdentity",
"cancel": "/api/pcbenrollment/cancelEnrollment"
},
"PCBMicroDeposit": {
"initiate": "/api/pcbmicrodeposit/initiate",
"verify": "/api/pcbmicrodeposit/verify"
},
"PCBAccount": {
"captureAccountDetails": "/api/pcbaccount/captureAccountDetails2",
"sweepDetails": "/api/pcbaccount/sweepDetails",
"accountInfo": "/api/pcbaccount/accountInfo"
},
"Transfer": {
"getTransferAdditionalFieldInfo": "/api/transfer/getTransferAdditionalFieldInfo",
"captureAccountDetails": "/api/transfer/captureAccountDetails",
"getStateForTransfer": {
"url": "/api/transfer/getAccountStateForTransfer",
"cache": "!0",
"serverChanges": [
"USER_SITE_UPDATED",
"USER_ACCOUNT_TRANSFER_STATE_UPDATED",
"USER_ACCOUNT_CLOSED",
"PCB_ENROLLMENT_UPDATED"
]
},
"submitTransfer": "/api/transfer/submitTransfer",
"updateTransferInstruction": "/api/transfer/updateTransferInstruction",
"getTransferInstruction": "/api/transfer/getTransferInstructions",
"getRecentTransfers": "/api/transfer/getRecentTransfers",
"deleteTransferInstruction": "/api/transfer/deleteTransferInstruction"
},
"TransferManager": {
"getTransfers": "/api/transfer/getTransfers",
"getTransfersV3": "/api/transfer/getTransfersV3"
},
"EmergencySavings": {
"get": {
"url": "/api/financialplanner/getEmergencySavingsHistory",
"cache": "!0",
"serverChanges": "b"
}
},
"DebtHistory": {
"get": {
"url": "/api/financialplanner/getDebtPaymentHistory",
"cache": "!0",
"serverChanges": "b"
}
},
"AccountInfo": {
"update": "/api/account/updateAccountInfo"
},
"TargetSavings": {
"get": "/api/account/getTargetSaving",
"update": "/api/account/setTargetSaving"
},
"PlanningTopics": {
"get": "/api/fptopic/getTopics"
},
"UserPlanningTopics": {
"get": "/api/fptopicuser/getUserTopics",
"getTarget": "/api/fptopicuser/getTargetTopics",
"update": "/api/fptopicuser/updateUserTopics",
"updateUserTopicFeatures": "/api/fptopicuser/updateUserTopicFeatures"
},
"Delegate": {
"add": "/api/delegate/addPersonDelegate",
"remove": "/api/delegate/deletePersonDelegate",
"resend": "/api/delegate/resendInvite",
"get": "/api/delegate/getPersonDelegates"
},
"Milestones": {
"get": {
"url": "/api/milestone/getUserMilestones2",
"cache": "!0",
"serverChanges": [
"USER_FP_TOPIC_UPDATED"
]
},
"update": "/api/milestone/updateUserMilestoneStatus",
"updateMilestone": "/api/milestone/updateUserMilestone",
"getHistory": "/api/milestone/getUserMilestonesHistory",
"submitMessage": "/api/financialplanner/submitMilestoneMessage",
"getDocuments": "/api/filecabinet/getMilestoneDocument",
"getSuggestions": "/api/milestone/getMilestoneSuggestions"
},
"EquityCompensation": {
"getInput": "/api/milestone/getEquityCompensationInput",
"getTypes": "/api/milestone/getEquityCompensationTypes"
},
"Privacy": {
"requestReport": "/api/privacy/createRequest",
"getRequests": "/api/privacy/getRequests",
"getRequest": "/api/privacy/getRequest"
},
"SponsorMatchInfo": {
"update": "/api/financialplanner/updateSponsorMatchInfo"
},
"Sponsor": {
"update": "/api/financialplanner/updateSponsor"
},
"Referral": {
"shareViaEmail": "/api/referral/share/email"
},
"PartnerSSO": {
"signOnHelper": "/api/empower/sso/ssoTestHelper",
"signOn": "/api/empower/sso/saml2"
},
"Invest": {
"getGains": "/api/invest/getGains"
},
"Investment": {
"get": "/api/empower/investment/profile/account/get",
"save": "/api/empower/investment/profile/account/save"
},
"MyTotalRetirement": {
"get": "/api/mtr/getMyTotalRetirement"
},
"Gmwb": {
"getGMWBData": "/api/mtr/getGMWBData",
"updateGMWBData": "/api/mtr/updateGMWBData"
},
"UserMtrService": {
"getEnrollmentConfirmationBySponsor": "/api/mtr/getEnrollmentConfirmationBySponsor",
"getEnrollmentConfirmation": "/api/mtr/getEnrollmentConfirmation",
"getEnrolledConfirmation": "/api/mtr/getEnrolledConfirmation",
"updateEnrollmentStatus": "/api/mtr/updateEnrollmentStatus",
"getEnrolledConfirmationBySponsor": "/api/mtr/getEnrolledConfirmationBySponsor",
"getEnrollmentStatusBySponsor": "/api/mtr/getEnrollmentStatusBySponsor"
},
"EmpowerAccounts": {
"get": "/api/empower/enrollment/account/get"
},
"EmpowerAdvisor": {
"get": "/api/empower/advisor/getAdvisor"
},
"EmpowerEnrollment": {
"save": "/api/empower/enrollment/save",
"submit": "/api/empower/enrollment/submit",
"cip": "/api/empower/enrollment/cip2",
"get": "/api/empower/enrollment/get",
"verify": "/api/empower/enrollment/verify"
},
"EmpowerAgreement": {
"sign": "/api/empower/enrollment/agreement/sign"
},
"EmpowerPerson": {
"get": "/api/empower/investment/profile/person/get",
"save": "/api/empower/investment/profile/person/save"
},
"EmpowerInvestment": {
"fundTransfer": "/api/empower/investment/fundtofundtransfer",
"fundOptions": "/api/empower/investment/fundOptions",
"save": "/api/empower/investment/save",
"getInvestmentSelection": "/api/empower/investment/getinvestmentselection",
"advice": "/api/empower/investment/advice/getinvestmentadvice",
"rebalance": "/api/empower/investment/rebalance",
"getTradingBlackoutPeriod": "/api/empower/investment/getTradingBlackoutPeriod",
"getInvestmentTransfers": "/api/empower/investment/getInvestmentTransfers"
},
"EmpowerUserInterfaceSetup": {
"preferences": "/api/empower/enrollment/uisetup/preferences"
},
"Retirement": {
"getEnrollmenturl": "/api/retirement/getEnrollmentUrl",
"getFixAccounturl": "/api/retirement/getFixAccountUrl",
"createEnrollment": "/api/retirement/createEnrollment",
"updateEnrollment": "/api/retirement/updateEnrollment",
"getAccountEligibility": "/api/retirement/getAccountEligibility"
},
"EmpowerReforecastHistory": {
"getReforecastHistories": "/api/mtr/getReforecastHistories"
},
"EmpowerFunding": {
"save": "/api/empower/enrollment/fund/save"
},
"EmpowerContextProfile": {
"update": "/api/epcxs/participantProfile/updateUserContextProfile"
},
"EmpowerUserContact": {
"update": "/api/epcxs/updateUserContact"
},
"RefreshEmpowerLiat": {
"update": "/api/epcxs/refreshEmpowerData"
},
"AdviceProfile": {
"getMaModelPortfolios": {
"url": "/api/mtr/getMaModelPortfolios",
"cache": "!0"
},
"updateUserAdviceProfile": "/api/mtr/updateUserAdviceProfile"
},
"Reforecast": {
"reforecast": "/api/mtr/reforecast"
},
"DocumentType": {
"get": "/api/empower/onbase/document/getDocumentType"
},
"Oauthaccount": {
"getConsent": "/api/oauthaccount/getConsent",
"acknowledgeConsent": "/api/oauthaccount/acknowledgeConsent"
},
"SpecificAdvice": {
"executeTransaction": "/api/mtr/executeTransaction"
},
"Stripe": {
"getCustomerPortalurl": "/api/payment/getStripeCustomerPortalUrl"
},
"Verify": {
"transfer": "/api/verify/verifyTransfer"
},
"Fastlink": {
"getAuthenticationDetails": "/api/fastlink/getAuthenticationDetails",
"linkAccount": "/api/fastlink/linkAccount"
},
"edelivery": {
"get": "/api/empower/account/edelivery/getEdeliveryPreferences",
"update": "/api/empower/account/edelivery/updateEdeliveryPreference"
}
}