Skip to content

Blueleaf

Blueleaf is a household-based data sync integration that imports client households, accounts, and holdings.

AttributeValue
Integration TypeData Sync (Read-only)
AuthenticationAPI Token (Basic Auth)
Data FlowBlueleaf → RightCapital (inbound only)
OwnerTingsong Xu
Household
├── Investment Accounts → Holdings
├── Bank Accounts
└── Card Accounts (Credit Cards)
Blueleaf TypeRightCapital Type
Checking, Savings, CDBank Account
Credit CardCard Account
401k, IRA, Roth, BrokerageInvestment Account
EndpointPurpose
GET /households.xmlList all households
GET /households/{id}.xmlGet household with accounts

Base URL: https://secure.blueleaf.com/api/v1/

Uses HTTP Basic Auth:

  • Username: API token
  • Password: skip-password (literal string)

Securities matched by symbol with validations:

  • Symbol length <= 5 characters
  • All uppercase characters
  • No colon in symbol (excludes CUR:USD)
ComponentPath
Connectorretail-api/app/Integrations/Blueleaf/Connector.php
Integratorretail-api/app/Integrations/Blueleaf/Integrator.php
Modelsretail-api/app/Integrations/Blueleaf/Models/