We are excited to introduce a new public API endpoint that lets you retrieve your entire organization tree.
With a single call to GET /v2/organizations/tree, you get the full hierarchy from your top-level holding company down to every subsidiary and sub-organization, in a clean and easy-to-integrate format.
Benefits:
- View your entire organizational structure in one request
- Integrate the organization tree into your internal systems (ERP, BI, dashboards)
- Clean, minimal response: just
id,name, andchildrenper node - Automatic root detection: always returns the full tree regardless of which organization you query from How to use it:
Make a GET request to /v2/organizations/tree with your authentication headers (x-api-key and x-organization-id).
Check the full documentation at docs.dcycle.io.