{ "opencollection": "1.0.0", "info": { "name": "ZoomInfo Authentication Contact Search API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Contact Search", "type": "folder" }, "items": [ { "info": { "name": "Zoominfo Contact Search", "type": "http" }, "http": { "method": "POST", "url": "https://api.zoominfo.com/search/contact", "body": { "type": "json", "data": "{}" } }, "docs": "Returns a list of Contacts from ZoomInfo's data that meet the specified search criteria.\n\nInput parameters may require specific values, some of which are too extensive to list in the parameter descriptions. You can retrieve these values using the [Lookup](https://) endpoints.\n\n**Input params**\n\n| Parameter | DataType | Description |\n| --- | --- | --- |\n| rpp | Integer | Limits the results returned to the given number of results per page. Default is 25. |\n| page | Integer | Provides the results f" }, { "info": { "name": "Zoominfo Contact Search Inputs", "type": "http" }, "http": { "method": "GET", "url": "https://api.zoominfo.com/lookup/inputfields/contact/search" }, "docs": "Returns a list of fields you can use as input for the [Contact Search](#2e5121fd-df42-41a4-95d6-0e8f24eebd92) endpoint." }, { "info": { "name": "Zoominfo Contact Search Outputs", "type": "http" }, "http": { "method": "GET", "url": "https://api.zoominfo.com/lookup/outputfields/contact/search" }, "docs": "Returns a list of fields included in the response for the [Contact Search](#2e5121fd-df42-41a4-95d6-0e8f24eebd92) endpoint." } ] } ], "bundled": true }