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 URL | https://{firm}.addepar.com/api/v1 |
| Auth | Bearer token + Addepar-Firm header |
| Format | JSON:API (application/vnd.api+json) |
| Pagination | Cursor-based: page[cursor], page[limit] |
| Environments | Production, 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.
Updated about 22 hours ago
Did this page help you?