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
Authorization requiredThe access token.
Accounts Parameters
household_id string, requiredID of the household.
page integerDesired page number, default is 0.
page_size integerDesired number of entries per page, defaults is 100, max value is 1000.
Accounts Response Object Fields
id string, requiredThe ID of the account.
rep_code string, requiredAdvisor Identifier.
account_type string, requiredThe 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_name string, requiredThe name of the account.
status stringStatus of the account.
Possible values
ACTIVE
REJECTED
CLOSED
RESTRICTED
PENDING
date_open stringAccount opening date.
date_closed stringAccount closing date.
as_of_date string, requiredDate of the record.
account_balance number, requiredThe current account balance.

This endpoint returns a list of account IDs associated with a given households/household IDs.

Accounts Headers
Authorization requiredThe access token.
X-API-Request-ID stringThe household-provided request ID.
Accounts Parameters
household_id string, requiredID of the household.
page integerDesired page number, default is 0.
page_size integerDesired number of entries per page, defaults is 100, max value is 1000.
Accounts Response Object Fields
id string, requiredThe ID of the account.
rep_code string, requiredAdvisor identifier.
account_number string, requiredAccount number.
account_type string, requiredThe 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_name string, requiredThe name of the account.
status stringStatus of the account.
Possible values
ACTIVE
REJECTED
CLOSED
RESTRICTED
PENDING
date_open stringAccount opening date.
date_closed stringAccount closing date.
as_of_date string, requiredDate of the record.
account_balance number, requiredThe current account balance.

From there the endpoints GET altruist-open-api/account positions and GET altruist-open-api/account cost basis can be used to get positions and cost bases data by replacing the value [ACCOUNT_ID] in the endpoint URL by the account number.


What’s Next