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.

Get Started API keys, first request, environments
API Explorer Browse and test every endpoint
Resource Overview Data model, entities, relationships
FAQs Common questions, troubleshooting



Quick Reference

Base URLhttps://{firm}.addepar.com/api/v1
AuthBearer token + 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" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -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?