{ "opencollection": "1.0.0", "info": { "name": "ZoomInfo Authentication Company Location Enrich API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Company Location Enrich", "type": "folder" }, "items": [ { "info": { "name": "Zoominfo Location Enrich", "type": "http" }, "http": { "method": "POST", "url": "https://api.zoominfo.com/enrich/location", "body": { "type": "json", "data": "{}" } }, "docs": "Use this endpoint to match company location information based on [input values](#5517cdb0-18c9-40ad-9d80-bdee7872d9e0) and return the desired [output fields](#d1fbccf4-2224-4ba8-b72c-5b15e250c2f7) 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 find locations. |\n\n**Output fields**\n\n| Field | Description |\n| --- | --- |\n| companyId | Unique ZoomInfo identifier for the compan" }, { "info": { "name": "Zoominfo Location Enrich Inputs", "type": "http" }, "http": { "method": "GET", "url": "https://api.zoominfo.com/lookup/inputfields/location/enrich" }, "docs": "Returns a list of fields you can use as input for the [Location Enrich](#2b221ad0-f6c2-40cb-b721-6513e90afd8d) endpoint." }, { "info": { "name": "Zoominfo Location Enrich Outputs", "type": "http" }, "http": { "method": "GET", "url": "https://api.zoominfo.com/lookup/outputfields/location/enrich" }, "docs": "Returns a list of fields you can specify as output for the [Location Enrich](#e4ec4287-18ff-468f-9276-9c1fa43c8f4c) endpoint." } ] } ], "bundled": true }