{ "opencollection": "1.0.0", "info": { "name": "ZoomInfo Authentication OrgChart Enrich API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "OrgChart Enrich", "type": "folder" }, "items": [ { "info": { "name": "Zoominfo Orgchart Enrich", "type": "http" }, "http": { "method": "POST", "url": "https://api.zoominfo.com/enrich/orgchart", "body": { "type": "json", "data": "{}" } }, "docs": "Use this endpoint to match org chart information based on [input values](#751a9156-1867-4033-a115-a44aa0ecbfad) and return the desired [output fields](#b2c219d2-df68-4ccd-9914-c7c58218f768) in the response.\n\n**Input params**\n\n| Parameter | DataType | Description |\n| --- | --- | --- |\n| companyId | String | Required. The id of the company for which you want to view the org chart hierarchy |\n| department | String | Required. The comma delimited list of departments for which to display org chart hi" }, { "info": { "name": "Zoominfo Org Chart Enrich Inputs", "type": "http" }, "http": { "method": "GET", "url": "https://api.zoominfo.com/lookup/inputfields/orgchart/enrich" }, "docs": "Returns a list of fields you can use as input for the [Org Chart Enrich](#763b3c10-41d1-4d52-9775-1712f712202e) endpoint." }, { "info": { "name": "Zoominfo Org Chart Enrich Outputs", "type": "http" }, "http": { "method": "GET", "url": "https://api.zoominfo.com/lookup/outputfields/orgchart/enrich" }, "docs": "Returns a list of fields you can specify as output for the [Org Chart Enrich](#763b3c10-41d1-4d52-9775-1712f712202e) endpoint." } ] } ], "bundled": true }