The Investors API allows you to manage investor profiles, accounts, and related data within the DeepAlpha platform. This documentation covers the complete lifecycle of investor management including creation, updates, retrieval, and deletion.
Before creating investors, you must ensure that an advisor exists in the system. The advisor will be the owner of the investor record.
GET /v1/advisoradvisor_id will be available through the advisor list endpointGET /v1/advisor to check if the advisor existsPOST /v1/investor to create or PATCH /v1/investor/{investor_id} to updatelinks key containing the frontend URL for the investorWhen you create or retrieve an investor, the API response includes a links object that contains the URL to the frontend application for that specific investor. This allows integrations to: