Addepar's APIs give you programmatic access to your firm's data, so you can build integrations, automate workflows, and extend the platform on your terms.

Developer Platform

Build on the platform that powers wealth

Connect your systems to Addepar's data infrastructure. Query portfolios, manage entities, run analytics, and automate workflows with production-grade APIs.




Quick Reference

Base URLhttps://{firm}.addepar.com/api/v1
AuthAPI Key (Basic Auth) or OAuth 2.0 + Addepar-Firm header
FormatJSON:API (application/vnd.api+json)
PaginationCursor-based: page[cursor], page[limit]
EnvironmentsProduction, Development, Premier Sandbox
curl -X GET "https://examplefirm.addepar.com/api/v1/entities" \
  -u "YOUR_API_KEY:YOUR_API_SECRET" \
  -H "Addepar-Firm: YOUR_FIRM_ID" \
  -H "Accept: application/vnd.api+json"

Terms of Use

By using Addepar's Developer Portal, you agree to the most recent version of Addepar's Developer Portal Terms of Use. This agreement outlines your obligations while using Addepar's Developer Portal available at developers.addepar.com.


What’s Next

Ready to learn more?

Did this page help you?