Get accounts
Retrieves the list of financial accounts associated with the authenticated user. This includes brokerage, retirement, and high-yield cash accounts. The response contains account objects that represent each available account. Note: The `accountId` returned by this endpoint is required for most subsequent API operations. It serves as a stable, persistent identifier for the lifetime of the account.
No parameters
No request body defined
Unauthorized access
No response body defined
No accounts found for the user
No response body defined
{
"accounts": [
{
"accountId": "string",
"accountType": "BROKERAGE",
"optionsLevel": "NONE",
"brokerageAccountType": "CASH",
"tradePermissions": "BUY_AND_SELL"
}
]
}