This endpoint allows users to retrieve a list of accounts associated with a given household. It returns a list of account ID-s associated with a given household/household.
Accounts Headers
Authorizationrequired
The access token.
Accounts Parameters
household_idstring, required
ID of the household.
pageinteger
Desired page number, default is 0.
page_sizeinteger
Desired number of entries per page, defaults is 100, max value is 1000.
Accounts Response Object Fields
idstring, required
The ID of the account.
rep_codestring, required
Advisor Identifier.
account_typestring, required
The type of the account. Possible values SOLO 401K TRADITIONAL BENEFICIARY IRA INDIVIDUAL ROTH BENEFICIARY IRA TRUST UTMA SEP IRA SIMPLE IRA C CORPORATION ROTH IRA IRA JOINT TENANTS WROS ROLLOVER IRA UGMA S CORPORATION
account_namestring, required
The name of the account.
statusstring
Status of the account. Possible values ACTIVE REJECTED CLOSED RESTRICTED PENDING
This endpoint returns a list of account IDs associated with a given households/household IDs.
Accounts Headers
Authorizationrequired
The access token.
X-API-Request-IDstring
The household-provided request ID.
Accounts Parameters
household_idstring, required
ID of the household.
pageinteger
Desired page number, default is 0.
page_sizeinteger
Desired number of entries per page, defaults is 100, max value is 1000.
Accounts Response Object Fields
idstring, required
The ID of the account.
rep_codestring, required
Advisor identifier.
account_numberstring, required
Account number.
account_typestring, required
The type of the account. Possible values SOLO 401K TRADITIONAL BENEFICIARY IRA INDIVIDUAL ROTH BENEFICIARY IRA TRUST UTMA SEP IRA SIMPLE IRA C CORPORATION ROTH IRA IRA JOINT TENANTS WROS ROLLOVER IRA UGMA S CORPORATION
account_namestring, required
The name of the account.
statusstring
Status of the account. Possible values ACTIVE REJECTED CLOSED RESTRICTED PENDING