Naviplancentral Factfinder
Connector for the naviplancentral-factfinder API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://demo.uat.naviplancentral.com/factfinder - Auth:
bearer(pass your key via theapiKeyinput)
Operations
accounttypes_getbycountry— GET /api/AccountTypes — Description: This operation retrieves all Account Types for the specified countraccounttypes_getbyid— GET /api/AccountTypes/{id} — Description: This operation retrieves all Account Types for the specified id.<braccounts_getaccountsbyfactfinderidbyfactfinderid— GET /api/Accounts — Description: This operation retrieves all Accounts for the specified Fact Finderaccounts_getaccountholdingsbyaccountid— GET /api/Accounts/{accountId}/Holdings — Retrieves all holdings in the specified Account.accounts_getaccountholdingbyaccountidid— GET /api/Accounts/{accountId}/Holdings/{id} — Description: This operation retrieves a single Account Holding for the specifiedaccounts_getsavingsstrategiesbyaccountidbyaccoun— GET /api/Accounts/{accountId}/SavingsStrategies — Get all of the savings strategies for a specific account
Inputs
apiKey— your naviplancentral-factfinder API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: accounttypes_getbycountry
apiKey: <your key>