Addepar 101

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.


Build with Addepar


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

Time to set yourself up for success:

Did this page help you?