Skip to main content
DOWNLOAD DOCUMENTS FROM THE eMONEY VAULT

The eMoney Client Vault securely stores files generated by the application as well as any documentation uploaded by the client. Use our APIs to download items stored in the Vault for editing and managing on other platforms. Use our APIs to share the edited files back in the eMoney Vault. 

The following APIs are used in this use case:

/public/v1/users/{userId}/vault/items

/public/v1/users/{userId}/vault/{itemId}

Download documents

More Use Cases

View Client Goals

Client goals are an important part of your client's total financial picture. Our APIs allow you to download goals and associated value and timeline information from eMoney for importing into various platforms, allowing for an accurate view of client information wherever you need it.

The following APIs are used in this use case:

/public/v1/clients/{clientId}/plans/{planId}/expenses

Filtering on expenses that have the field "isGoal" set to "true" will return all client goals.

View client goals

Create a User with an ExternalID

eMoney supports the use of multiple external identifiers for a user.  This is helpful when eMoney is being used in combination with other tools and the user is identified by the same ID among all platforms.  Populating the "externalId" field in the below API can accomplish this helpful workflow.

The following APIs are used in this use case:

/public/v1/users

Generic Use Case