{ "opencollection": "1.0.0", "info": { "name": "ZoomInfo Authentication Bulk API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Bulk", "type": "folder" }, "items": [ { "info": { "name": "Zoominfo Bulk Contact Search", "type": "http" }, "http": { "method": "POST", "url": "https://api.zoominfo.com/bulk/search/contact", "body": { "type": "json", "data": "{}" } }, "docs": "Use Bulk Contact Search to retrieve contacts using valid query parameters. Your request can consist of the following parameters:\n\n| Parameter | Description |\n| --- | --- |\n| jobType | Can be `preview` (default) or `redeem` |\n| query | Can consist of valid input fields from the [Contact Search Inputs](#74630827-dd25-4b6a-bf72-f7cfeffd6c41) endpoint to retrieve the desired results. The following fields are currently not supported with Bulk Search: `sortOrder` and `sortBy`. |\n| outputFields | Requi" }, { "info": { "name": "Zoominfo Bulk Company Search", "type": "http" }, "http": { "method": "POST", "url": "https://api.zoominfo.com/bulk/search/company", "body": { "type": "json", "data": "{}" } }, "docs": "Use Bulk Company Search to retrieve companies using valid query parameters. Your request can consist of the following parameters:\n\n| Parameter | Description |\n| --- | --- |\n| jobType | Can be `preview` (default) or `redeem` |\n| query | Can consist of valid input fields from the [Company Search Inputs](#ffd4ccc6-09d1-4026-8c4f-863d02fd703e) endpoint to retrieve the desired results. The following fields are currently not supported with Bulk Search: `sortOrder` and `sortBy`. |\n| outputFields | Requ" }, { "info": { "name": "Zoominfo Bulk Contact Enrich", "type": "http" }, "http": { "method": "POST", "url": "https://api.zoominfo.com/bulk/enrich/contact", "body": { "type": "json", "data": "{}" } }, "docs": "With Bulk Contact Enrich you can:\n\n* Enrich up to 10K records in a single job\n* Retrieve up to 500 results per page\n \n\nUse this endpoint to enrich contact information based on [input values](#dbaf31cd-0f7a-4bf3-b6c1-077f3c31f2df) and return the desired [output fields](#28b47784-3186-4fc4-af91-12e6bc6fb31a) in the response.\n\n**Note**: All output fields in the [Contact Enrich](#2b23b5a2-4074-419e-b01f-e63a6f5af77b) endpoint are supported, with the exception of `companyDescriptionList`.\n\nWhe" }, { "info": { "name": "Zoominfo Bulk Company Enrich", "type": "http" }, "http": { "method": "POST", "url": "https://api.zoominfo.com/bulk/enrich/company", "body": { "type": "json", "data": "{}" } }, "docs": "With Bulk Company Enrich you can:\n\n* Enrich up to 10K records in a single Enrich job\n* Retrieve up to 500 results per page\n \n\nUse this endpoint to enrich company information based on [input values](#7a915792-e8cd-4e3a-9f0e-c19b850be536) and return the desired [output fields](#d05239c3-2597-45f8-9384-f2dbd3518cfc) in the response.\n\n**Note**: All output fields in the [Company Enrich](#5fdf6e5e-f71e-4e1f-9807-0f8296094dcc) endpoint are supported, with the exception of `companyDescriptionList" }, { "info": { "name": "Zoominfo Bulk Job Status", "type": "http" }, "http": { "method": "POST", "url": "https://api.zoominfo.com/bulk/job/status", "body": { "type": "json", "data": "{}" } }, "docs": "Use the Bulk Job Status endpoint with the jobId as input to return a job status that shows the total number of matching records and page count.\n\n``` {\n{\n \"jobId\": \"484424dd9a04adccca98a17f19747435ef6c8705\"\n}\n\n```\n\n**Input params**\n\n| Parameter | DataType | Description |\n| --- | --- | --- |\n| jobId | String | Job ID generated by running Bulk Contact Search or Bulk Company Search |\n\n**Response data**\n\n| Field | Description |\n| --- | --- |\n| status | Status can be `Queued`, `In_Progress`, `Comple" }, { "info": { "name": "Zoominfo Bulk Job Results", "type": "http" }, "http": { "method": "POST", "url": "https://api.zoominfo.com/bulk/job/results", "body": { "type": "json", "data": "{}" } }, "docs": "Use the Bulk Job Results endpoint with the jobId as input to return job results of the matching records for the specified page.\n\n**Note:** Please ensure that the page number is successfully processed and ready to get results.\n\n```\n{\n \"jobId\": \"484424dd9a04adccca98a17f19747435ef6c8705\",\n \"page\": 1\n}\n\n```\n\n**Input params**\n\n| Parameter | DataType | Description |\n| --- | --- | --- |\n| jobId | String | Job ID generated by running Bulk Contact Search or Bulk Company Search |\n| page | Integer | Pr" } ] } ], "bundled": true }