ZoomInfo Monitoring API/Webhooks API

ZoomInfo data is highly dynamic, with contacts, companies and related data being constantly updated in real-time in our database. Naturally, our clients want these changes to be delivered in real-time for the records they've already purchased using the ZoomInfo API - that's where webhooks come in. ## Why webhooks? Organizations with ZoomInfo API access use the API's endpoints to search for, export, and enrich records to their integrated applications. While you can regularly poll for updates to contact and company records you've already enriched using the API, manually querying the entire database is not the best use of your time. A more efficient method is to configure webhooks to automatically update you when there is a change to a record youve purchased. Once configured, Webhooks will listen for events you subscribe to and automatically send over all (or only relevant) updates securely to your application. ## Monitoring API/Webhooks basics Available to organizations with the Scaling API, the Monitoring API is a set of endpoints that allows for the configuration of webhooks subscriptions that specify: - **Webhook Title**: Name of the webhook. - **Subscription**: The events you are listening for, consisting of object types and event types. - **Object types**: The types of records you want to update. Supported object types are Contact and Company. - **Event types**: The events that trigger a webhook's response. Currently, the only supported event is Update. - **Changed attributes**: This is a JSON object that includes a list of fields that are changed as part of a payload. - **Payload types (full payload/changed attributes only)**: - A full payload (all fields for a contact or company, including changed attributes) - Only the changed attributes for a contact or company. - **Target URL**: The target URL to which the webhook JSON payloads are sent. - **Verification Token**: Signature token that will be part of the request we send to you. ## Securing the data transfer To secure communication between ZoomInfo and your app, a _verification token_ is generated when you create the webhook. When data is sent to your target URL using a POST request, this verification token will be included in the request header (_x-zoominfo-token_) and can be used in your app to authorize receipt of the data from ZoomInfo. The initial token is generated when you create a webhook. To maintain security for your webhook over time, you can periodically generate a new verification token using the [Generate Verification Token](#9cc75e99-622e-4aa2-b9a8-2d33d0ede2ed) webhook. ## Considerations Note the following considerations: - To use the Monitoring API/webhooks, you must have access to the Scaling API. - To subscribe to events, you must have already enriched at least one contact or company record using the API. - You will only receive updates on records that you've purchased using the API within the past 12 months. - The default payload type for company or contact updates is the full payload with changed attributes. - The maximum number of profiles delivered in a single webhook payload is 25. ## Payload examples Here are examples of the POST requests your webhook's target URL will receive. For contact and company records, you can choose to receive a full payload of all possible fields for a record (including changed attributes), or a payload including only the changed attributes for a record. In either case (full or changed attributes only), contact and company records will always include the following fields to support mapping the profile: **Contacts**: `id`, `firstName`, `lastName`, and `email` **Companies**: `id`, `name`, and `website` The following examples are provided below: - Example 1: Contact record - full profile (default) - Example 2: Contact record - changed attributes only - Example 3: Company record - full profile (default) - Example 4: Company record - changed attributes only **Example 1: Contact record - full profile (default)** Includes all output fields ``` json { "webhookDetails": { "id": "xxxx", "title": "webhook-title", "objectType": "Contact", "eventType": "Update" }, "data": [ { "id": 1260398587, "firstName": "Henry", "middleName": "L.", "lastName": "Schuck", "email": "henry.schuck@zoominfo.com", "hasCanadianEmail": "false", "phone": "(360) 783-6816", "directPhoneDoNotCall": false, "street": "805 Broadway St Ste 900", "city": "Vancouver", "region": "Washington", "metroArea": "Portland", "zipCode": "98660", "state": "Washington", "country": "United States", "continent": "North America", "personHasMoved": "Uncertain", "withinEu": false, "withinCalifornia": true, "withinCanada": false, "validDate": "01/09/2023 07:26 PM", "lastUpdatedDate": "1/5/2020 7:59 PM", "noticeProvidedDate": "06/27/2020", "salutation": "", "suffix": "", "jobTitle": "Founder & Chief Executive Officer", "jobFunction": [ { "name": "Executive", "department": "C-Suite" } ], "education": [ { "school": "University of Nevada , Las Vegas", "educationDegree": { "degree": "", "areaOfStudy": "" } }, { "school": "Oxford University", "educationDegree": { "degree": "comparative law", "areaOfStudy": "" } }, { "school": "The Ohio State University Moritz College of Law", "educationDegree": { "degree": "", "areaOfStudy": "juris doctorate degree cum laude" } } ], "picture": "https://www.zoominfo.com/wp-content/uploads/2020/06/henry.png", "techSkills": [ { "id": 92113, "name": "Microsoft Access" }, { "id": 112883, "name": "Forrester" }, { "id": 31687, "name": "Wave" }, { "id": 68842, "name": "engage" } ], "mobile": "", "personalEmail": "", "mobilePhone": "(818) 679-4647", "supplementalEmail": "henry.schuck@gmail.com", "mobilePhoneDoNotCall": false, "externalUrls": [ { "type": "linkedin.com", "url": "https://www.linkedin.com/in/hschuck" }, { "type": "twitter.com", "url": "https://www.twitter.com/henrylschuck" } ], "contactAccuracyScore": 94.0, "isDefunct": false, "employmentHistory": [ { "jobTitle": "Vice President of Data and Marketing", "managementLevel": [ "VP-Level" ], "fromDate": "2002-01-02T00:00:00.000Z", "toDate": "2006-01-02T00:00:00.000Z", "company": { "companyId": 0, "companyName": "iProfile", "companyPhone": "", "companyWebsite": "" } } ], "managementLevel": [ "C-Level" ], "locationCompanyId": 344589814, "positionStartDate": "", "yearsOfExperience": "20-29", "company": { "division": "", "id": 344589814, "name": "ZoomInfo", "descriptionList": [ { "description": "ZoomInfo was founded in 2000 and is headquartered in Vancouver, Washington. The company offers a business-to-business data platform utilized by sales and marketing teams, recruiters, and other business professionals for lead generation and detailed information on people and companies." } ], "phone": "(866) 904-9666", "fax": "(617) 507-8187", "street": "805 Broadway St Ste 900", "city": "Vancouver", "state": "Washington", "zipCode": "98660", "country": "United States", "continent": "North America", "logo": "https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/zoominfo.com", "sicCodes": [ { "id": "27", "name": "Printing, Publishing, And Allied Industries" }, { "id": "274", "name": "Miscellaneous Publishing" }, { "id": "2741", "name": "Miscellaneous Publishing" }, { "id": "73", "name": "Business Services" }, { "id": "738", "name": "Miscellaneous Business Services" }, { "id": "7389", "name": "Business Services, Not Elsewhere Classified" }, { "id": "737", "name": "Computer Programming, Data Processing, And Other Computer Related Services" }, { "id": "7375", "name": "Information Retrieval Services" }, { "id": "7374", "name": "Computer Processing and Data Preparation and Processing Services" }, { "id": "89", "name": "Miscellaneous Services" }, { "id": "899", "name": "Miscellaneous Services" }, { "id": "8999", "name": "Services, Not Elsewhere Classified" }, { "id": "7372", "name": "Prepackaged Software" } ], "naicsCodes": [ { "id": "54", "name": "Professional, Scientific, and Technical Services" }, { "id": "541", "name": "Professional, Scientific, and Technical Services" }, { "id": "5416", "name": "Management, Scientific, and Technical Consulting Services" }, { "id": "54161", "name": "Management Consulting Services" }, { "id": "541613", "name": "Marketing Consulting Services" }, { "id": "51", "name": "Information" }, { "id": "519", "name": "Other Information Services" }, { "id": "5191", "name": "Other Information Services" }, { "id": "51919", "name": "All Other Information Services" }, { "id": "519190", "name": "All Other Information Services" }, { "id": "5415", "name": "Computer Systems Design and Related Services" }, { "id": "54151", "name": "Computer Systems Design and Related Services" }, { "id": "541511", "name": "Custom Computer Programming Services" }, { "id": "511", "name": "Publishing Industries (except Internet)" }, { "id": "5112", "name": "Software Publishers" }, { "id": "51121", "name": "Software Publishers" }, { "id": "511210", "name": "Software Publishers" }, { "id": "51913", "name": "Internet Publishing and Broadcasting and Web Search Portals" }, { "id": "519130", "name": "Internet Publishing and Broadcasting and Web Search Portals" }, { "id": "517", "name": "Telecommunications" }, { "id": "5173", "name": "Wired and Wireless Telecommunications Carriers" }, { "id": "51731", "name": "Wired and Wireless Telecommunications Carriers" } ], "website": "www.zoominfo.com", "revenue": "$835.6 Million", "revenueNumeric": 835600000, "employeeCount": 3546, "type": "PUBLIC", "ticker": "NASDAQ: ZI", "ranking": [], "socialMediaUrls": [ { "type": "LINKED_IN", "url": "http://www.linkedin.com/company/zoominfo", "followerCount": "" }, { "type": "TWITTER", "url": "http://www.twitter.com/zoominfo", "followerCount": "14807" }, { "type": "FACEBOOK", "url": "http://www.facebook.com/109325735758217", "followerCount": "" } ], "primaryIndustry": [ "Software" ], "primaryIndustryCode": [ { "id": "software", "name": "Software" } ], "primarySubIndustryCode": [], "industries": [ "Software", "Data Collection & Internet Portals", "Media & Internet" ], "industryCodes": [ { "id": "software", "name": "Software" }, { "id": "media.data", "name": "Data Collection & Internet Portals" }, { "id": "media", "name": "Media & Internet" } ], "revenueRange": "$500 mil. - $1 bil.", "employeeRange": "1,000 - 5,000", "employeeGrowth": { "oneYearGrowthRate": "32.5", "twoYearGrowthRate": "114.1", "employeeGrowthDataPoints": [ { "label": "'20 - Q3", "employeeCount": 1656 }, { "label": "'20 - Q4", "employeeCount": 1845 }, { "label": "'21 - Q1", "employeeCount": 2136 }, { "label": "'21 - Q2", "employeeCount": 2297 }, { "label": "'21 - Q3", "employeeCount": 2677 }, { "label": "'21 - Q4", "employeeCount": 3117 }, { "label": "'22 - Q1", "employeeCount": 3477 }, { "label": "'22 - Q2", "employeeCount": 3549 }, { "label": "'22 - Q3", "employeeCount": 3546 } ] } }, "changedAttributes": [ "jobTitle", "department" ] } ] } ``` **Example 2: Contact record - changed attributes only (default)** Includes only output fields with changed attributes ``` json { "webhookDetails": { "id": "xxxx", "title": "webhook-title", "objectType": "Contact", "eventType": "Update" }, "data": [ { "id": 1260398587, "firstName": "Henry", "lastName": "Schuck", "email": "henry.schuck@zoominfo.com", "department":"C-Suite", "jobTitle": "Founder & Chief Executive Officer", "changedAttributes": [ "jobTitle", "department" ] } ``` **Example 3: Company record - full profile (default)** Includes all output fields ``` json { "webhookDetails": { "id": "xxxx", "title": "webhook-title", "objectType": "company", "eventType": "Update" }, "data": [ { "id": 344589814, "ticker": "NASDAQ: ZI", "name": "ZoomInfo", "website": "www.zoominfo.com", "logo": "https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/zoominfo.com", "socialMediaUrls": [ { "type": "LINKED_IN", "url": "http://www.linkedin.com/company/zoominfo", "followerCount": "" }, { "type": "TWITTER", "url": "http://www.twitter.com/zoominfo", "followerCount": "3496" }, { "type": "FACEBOOK", "url": "http://www.facebook.com/109325735758217", "followerCount": "" } ], "revenue": 1210000, "employeeCount": 3500, "phone": "(866) 904-9666", "fax": "(617) 507-8187", "street": "805 Broadway St Ste 900", "city": "Vancouver", "state": "Washington", "zipCode": "98660", "country": "United States", "companyStatus": "ALIVE", "companyStatusDate": "2022-08-23T00:00:00.000Z", "sicCodes": [ { "id": "27", "name": "Printing, Publishing, And Allied Industries" }, { "id": "274", "name": "Miscellaneous Publishing" }, { "id": "2741", "name": "Miscellaneous Publishing" }, { "id": "73", "name": "Business Services" }, { "id": "738", "name": "Miscellaneous Business Services" }, { "id": "7389", "name": "Business Services, Not Elsewhere Classified" }, { "id": "737", "name": "Computer Programming, Data Processing, And Other Computer Related Services" }, { "id": "7375", "name": "Information Retrieval Services" }, { "id": "7374", "name": "Computer Processing and Data Preparation and Processing Services" }, { "id": "89", "name": "Miscellaneous Services" }, { "id": "899", "name": "Miscellaneous Services" }, { "id": "8999", "name": "Services, Not Elsewhere Classified" }, { "id": "7372", "name": "Prepackaged Software" } ], "naicsCodes": [ { "id": "54", "name": "Professional, Scientific, and Technical Services" }, { "id": "541", "name": "Professional, Scientific, and Technical Services" }, { "id": "5416", "name": "Management, Scientific, and Technical Consulting Services" }, { "id": "54161", "name": "Management Consulting Services" }, { "id": "541613", "name": "Marketing Consulting Services" }, { "id": "51", "name": "Information" }, { "id": "519", "name": "Other Information Services" }, { "id": "5191", "name": "Other Information Services" }, { "id": "51919", "name": "All Other Information Services" }, { "id": "519190", "name": "All Other Information Services" }, { "id": "5415", "name": "Computer Systems Design and Related Services" }, { "id": "54151", "name": "Computer Systems Design and Related Services" }, { "id": "541511", "name": "Custom Computer Programming Services" }, { "id": "511", "name": "Publishing Industries (except Internet)" }, { "id": "5112", "name": "Software Publishers" }, { "id": "51121", "name": "Software Publishers" }, { "id": "511210", "name": "Software Publishers" }, { "id": "51913", "name": "Internet Publishing and Broadcasting and Web Search Portals" }, { "id": "519130", "name": "Internet Publishing and Broadcasting and Web Search Portals" }, { "id": "517", "name": "Telecommunications" }, { "id": "5173", "name": "Wired and Wireless Telecommunications Carriers" }, { "id": "51731", "name": "Wired and Wireless Telecommunications Carriers" } ], "competitors": [ { "rank": 1, "id": 168919661, "name": "LinkedIn Corp", "website": "linkedin.com", "employeeCount": 21000 }, { "rank": 2, "id": 5390594, "name": "Dun & Bradstreet Inc", "website": "dnb.com", "employeeCount": 6000 }, { "rank": 3, "id": 464190707, "name": "Clearbit", "website": "clearbit.com", "employeeCount": 198 }, { "rank": 4, "id": 357808721, "name": "SalesIntel Research Inc", "website": "salesintel.io", "employeeCount": 27 }, { "rank": 5, "id": 408702118, "name": "Lusha Ltd", "website": "lusha.com", "employeeCount": 270 }, { "rank": 6, "id": 159335237, "name": "Lead411", "website": "lead411.com", "employeeCount": 17 }, { "rank": 7, "id": 436418998, "name": "UpLead LLC", "website": "uplead.com", "employeeCount": 16 }, { "rank": 8, "id": 429601687, "name": "Seamless AI", "website": "seamless.ai", "employeeCount": 175 }, { "rank": 9, "id": 115098897, "name": "InsideView Inc", "website": "insideview.com", "employeeCount": 312 }, { "rank": 10, "id": 353571907, "name": "6sense Insights Inc", "website": "6sense.com", "employeeCount": 1350 } ], "ultimateParentId": 0, "ultimateParentRevenue": 1210000, "ultimateParentEmployees": 3500, "primaryIndustry": [ "Software" ], "primaryIndustryCode": [ { "id": "software", "name": "Software" } ], "primarySubIndustryCode": [], "industries": [ "Software", "Data Collection & Internet Portals", "Media & Internet" ], "industryCodes": [ { "id": "software", "name": "Software" }, { "id": "media.data", "name": "Data Collection & Internet Portals" }, { "id": "media", "name": "Media & Internet" } ], "parentId": 0, "locationCount": 22, "metroArea": "Portland-Vancouver-Hillsboro OR-WA", "certified": true, "revenueRange": "$1 bil. - $5 bil.", "employeeRange": "1,000 - 5,000", "companyFunding": [ { "date": "2020-06-04T07:00:00.000Z", "type": "Stock Issuance/Offering", "amount": 935000, "investors": [ "" ] }, { "date": "2021-06-18T07:00:00.000Z", "type": "Corporate Investment", "amount": 555, "investors": [ "" ] }, { "date": "2021-08-27T07:00:00.000Z", "type": "Stock Issuance/Offering", "amount": 1200000, "investors": [ "" ] }, { "date": "2017-08-14T00:00:00.000Z", "type": "Private Equity", "amount": 240000, "investors": [ "Great Hill Partners" ] }, { "date": "2004-07-19T00:00:00.000Z", "type": "Series A", "amount": 7000, "investors": [ "Ascent Venture Partners", "Vulcan Capital Management", "Venrock Associates", "Flagship Pioneering", "Commonwealth Capital Ventures" ] }, { "date": "2014-05-30T07:00:00.000Z", "type": "Private Equity", "amount": 0, "investors": [ "TA Associates" ] }, { "date": "2018-03-14T07:00:00.000Z", "type": "Private Equity", "amount": 0, "investors": [ "The Carlyle Group", "22C Capital" ] } ], "totalFundingAmount": 2382555, "employeeGrowth": { "oneYearGrowthRate": "32.4", "twoYearGrowthRate": "114.2", "employeeGrowthDataPoints": [ { "label": "'20 - Q3", "employeeCount": 1634 }, { "label": "'20 - Q4", "employeeCount": 1821 }, { "label": "'21 - Q1", "employeeCount": 2108 }, { "label": "'21 - Q2", "employeeCount": 2267 }, { "label": "'21 - Q3", "employeeCount": 2643 }, { "label": "'21 - Q4", "employeeCount": 3077 }, { "label": "'22 - Q1", "employeeCount": 3432 }, { "label": "'22 - Q2", "employeeCount": 3503 }, { "label": "'22 - Q3", "employeeCount": 3500 } ] }, "type": "PUBLIC", "isDefunct": false, "departmentBudgets": { "marketingBudget": 158510, "itBudget": 44770, "financialBudget": 12100, "hrBudget": 7890 }, "employeeCountByDepartment": { "sales": 1544, "engineeringAndTechnical": 860, "marketing": 242, "informationTechnology": 192, "humanResources": 127, "finance": 95, "operations": 86, "legal": 32, "cSuite": 14, "medicalAndHealth": 1 }, "changedAttributes": [ "revenue", "employeeCount" ] } ] } ``` **Example 4: Company record - changed attributes only (default)** Includes only output fields with changed attributes ``` json { "webhookDetails": { "id": "xxxx", "title": "webhook-title", "objectType": "company", "eventType": "Update" }, "data": [ { "id": 344589814, "name": "ZoomInfo", "website": "www.zoominfo.com", "revenue": 1210000, "employeeCount": 3500, "changedAttributes": [ "revenue", "employeeCount" ] } ] } ```

Documentation

Specifications

Schemas & Data

📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-schema/zoominfo-address-schema.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-schema/zoominfo-authenticate-request-schema.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-schema/zoominfo-bulk-company-enrich-request-schema.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-schema/zoominfo-bulk-company-search-request-schema.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-schema/zoominfo-bulk-contact-enrich-request-schema.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-schema/zoominfo-bulk-contact-search-request-schema.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-schema/zoominfo-bulk-job-results-request-schema.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-schema/zoominfo-bulk-job-status-request-schema.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-schema/zoominfo-company-enrich-input-schema.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-schema/zoominfo-company-enrich-output-schema.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-schema/zoominfo-company-enrich-request-schema.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-schema/zoominfo-company-funding-schema.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-schema/zoominfo-company-master-data-enrich-input-schema.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-schema/zoominfo-company-master-data-enrich-output-schema.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-schema/zoominfo-company-master-data-enrich-request-schema.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-schema/zoominfo-company-search-input-schema.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-schema/zoominfo-company-search-request-schema.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-schema/zoominfo-competitor-schema.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-schema/zoominfo-compliance-output-schema.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-schema/zoominfo-contact-enrich-input-schema.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-schema/zoominfo-contact-enrich-output-schema.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-schema/zoominfo-contact-enrich-request-schema.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-schema/zoominfo-contact-search-input-schema.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-schema/zoominfo-contact-search-output-schema.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-schema/zoominfo-contact-search-request-schema.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-schema/zoominfo-corporate-hierarchy-enrich-request-schema.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-schema/zoominfo-create-webhook-request-schema.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-schema/zoominfo-description-list-schema.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-schema/zoominfo-education-degree-schema.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-schema/zoominfo-education-schema.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-schema/zoominfo-employment-history-schema.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-schema/zoominfo-external-url-schema.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-schema/zoominfo-family-tree-schema.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-schema/zoominfo-get-company-ranking-schema.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-schema/zoominfo-get-company-search-output-field-schema.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-schema/zoominfo-get-corporate-hierarchy-enrich-input-schema.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-schema/zoominfo-get-corporate-hierarchy-enrich-output-schema.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-schema/zoominfo-get-hashtag-enrich-input-schema.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-schema/zoominfo-get-location-enrich-input-schema.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-schema/zoominfo-get-technology-enrich-input-schema.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-schema/zoominfo-hashtag-schema.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-schema/zoominfo-hashtags-enrich-request-schema.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-schema/zoominfo-i-p-enrich-request-schema.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-schema/zoominfo-intent-enrich-input-schema.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-schema/zoominfo-intent-enrich-output-schema.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-schema/zoominfo-intent-enrich-request-schema.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-schema/zoominfo-intent-search-input-schema.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-schema/zoominfo-intent-search-output-schema.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-schema/zoominfo-intent-search-request-schema.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-schema/zoominfo-intent-topic-schema.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-schema/zoominfo-location-enrich-output-schema.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-schema/zoominfo-location-enrich-request-schema.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-schema/zoominfo-location-match-schema.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-schema/zoominfo-match-company-input-schema.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-schema/zoominfo-match-person-input-schema.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-schema/zoominfo-match-reason-schema.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-schema/zoominfo-naics-code-schema.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-schema/zoominfo-news-enrich-input-schema.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-schema/zoominfo-news-enrich-output-schema.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-schema/zoominfo-news-enrich-request-schema.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-schema/zoominfo-news-search-input-schema.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-schema/zoominfo-news-search-output-schema.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-schema/zoominfo-news-search-request-schema.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-schema/zoominfo-org-chart-enrich-input-schema.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-schema/zoominfo-org-chart-enrich-output-schema.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-schema/zoominfo-org-chart-enrich-request-schema.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-schema/zoominfo-recommended-contact-schema.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-schema/zoominfo-scoop-enrich-input-schema.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-schema/zoominfo-scoop-enrich-output-schema.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-schema/zoominfo-scoop-enrich-request-schema.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-schema/zoominfo-scoop-search-input-schema.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-schema/zoominfo-scoop-search-output-schema.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-schema/zoominfo-scoop-search-request-schema.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-schema/zoominfo-sic-code-schema.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-schema/zoominfo-social-media-url-schema.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-schema/zoominfo-sub-unit-type-info-schema.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-schema/zoominfo-subscription-schema.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-schema/zoominfo-tech-attribute-schema.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-schema/zoominfo-technology-enrich-request-schema.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-schema/zoominfo-type-schema.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-schema/zoominfo-update-webhook-request-schema.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-schema/zoominfo-usage-schema.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-schema/zoominfo-validate-target-u-r-l-request-schema.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-schema/zoominfo-webhook-schema.json
📊
JSONStructure
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-structure/zoominfo-address-structure.json
📊
JSONStructure
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-structure/zoominfo-authenticate-request-structure.json
📊
JSONStructure
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-structure/zoominfo-bulk-company-enrich-request-structure.json
📊
JSONStructure
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-structure/zoominfo-bulk-company-search-request-structure.json
📊
JSONStructure
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-structure/zoominfo-bulk-contact-enrich-request-structure.json
📊
JSONStructure
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-structure/zoominfo-bulk-contact-search-request-structure.json
📊
JSONStructure
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-structure/zoominfo-bulk-job-results-request-structure.json
📊
JSONStructure
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-structure/zoominfo-bulk-job-status-request-structure.json
📊
JSONStructure
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-structure/zoominfo-company-enrich-input-structure.json
📊
JSONStructure
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-structure/zoominfo-company-enrich-output-structure.json
📊
JSONStructure
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-structure/zoominfo-company-enrich-request-structure.json
📊
JSONStructure
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-structure/zoominfo-company-funding-structure.json
📊
JSONStructure
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-structure/zoominfo-company-master-data-enrich-input-structure.json
📊
JSONStructure
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-structure/zoominfo-company-master-data-enrich-output-structure.json
📊
JSONStructure
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-structure/zoominfo-company-master-data-enrich-request-structure.json
📊
JSONStructure
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-structure/zoominfo-company-search-input-structure.json
📊
JSONStructure
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-structure/zoominfo-company-search-request-structure.json
📊
JSONStructure
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-structure/zoominfo-competitor-structure.json
📊
JSONStructure
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-structure/zoominfo-compliance-output-structure.json
📊
JSONStructure
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-structure/zoominfo-contact-enrich-input-structure.json
📊
JSONStructure
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-structure/zoominfo-contact-enrich-output-structure.json
📊
JSONStructure
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-structure/zoominfo-contact-enrich-request-structure.json
📊
JSONStructure
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-structure/zoominfo-contact-search-input-structure.json
📊
JSONStructure
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-structure/zoominfo-contact-search-output-structure.json
📊
JSONStructure
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-structure/zoominfo-contact-search-request-structure.json
📊
JSONStructure
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-structure/zoominfo-corporate-hierarchy-enrich-request-structure.json
📊
JSONStructure
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-structure/zoominfo-create-webhook-request-structure.json
📊
JSONStructure
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-structure/zoominfo-description-list-structure.json
📊
JSONStructure
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-structure/zoominfo-education-degree-structure.json
📊
JSONStructure
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-structure/zoominfo-education-structure.json
📊
JSONStructure
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-structure/zoominfo-employment-history-structure.json
📊
JSONStructure
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-structure/zoominfo-external-url-structure.json
📊
JSONStructure
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-structure/zoominfo-family-tree-structure.json
📊
JSONStructure
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-structure/zoominfo-get-company-ranking-structure.json
📊
JSONStructure
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-structure/zoominfo-get-company-search-output-field-structure.json
📊
JSONStructure
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-structure/zoominfo-get-corporate-hierarchy-enrich-input-structure.json
📊
JSONStructure
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-structure/zoominfo-get-corporate-hierarchy-enrich-output-structure.json
📊
JSONStructure
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-structure/zoominfo-get-hashtag-enrich-input-structure.json
📊
JSONStructure
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-structure/zoominfo-get-location-enrich-input-structure.json
📊
JSONStructure
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-structure/zoominfo-get-technology-enrich-input-structure.json
📊
JSONStructure
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-structure/zoominfo-hashtag-structure.json
📊
JSONStructure
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-structure/zoominfo-hashtags-enrich-request-structure.json
📊
JSONStructure
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-structure/zoominfo-i-p-enrich-request-structure.json
📊
JSONStructure
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-structure/zoominfo-intent-enrich-input-structure.json
📊
JSONStructure
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-structure/zoominfo-intent-enrich-output-structure.json
📊
JSONStructure
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-structure/zoominfo-intent-enrich-request-structure.json
📊
JSONStructure
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-structure/zoominfo-intent-search-input-structure.json
📊
JSONStructure
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-structure/zoominfo-intent-search-output-structure.json
📊
JSONStructure
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-structure/zoominfo-intent-search-request-structure.json
📊
JSONStructure
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-structure/zoominfo-intent-topic-structure.json
📊
JSONStructure
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-structure/zoominfo-location-enrich-output-structure.json
📊
JSONStructure
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-structure/zoominfo-location-enrich-request-structure.json
📊
JSONStructure
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-structure/zoominfo-location-match-structure.json
📊
JSONStructure
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-structure/zoominfo-match-company-input-structure.json
📊
JSONStructure
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-structure/zoominfo-match-person-input-structure.json
📊
JSONStructure
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-structure/zoominfo-match-reason-structure.json
📊
JSONStructure
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-structure/zoominfo-naics-code-structure.json
📊
JSONStructure
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-structure/zoominfo-news-enrich-input-structure.json
📊
JSONStructure
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-structure/zoominfo-news-enrich-output-structure.json
📊
JSONStructure
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-structure/zoominfo-news-enrich-request-structure.json
📊
JSONStructure
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-structure/zoominfo-news-search-input-structure.json
📊
JSONStructure
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-structure/zoominfo-news-search-output-structure.json
📊
JSONStructure
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-structure/zoominfo-news-search-request-structure.json
📊
JSONStructure
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-structure/zoominfo-org-chart-enrich-input-structure.json
📊
JSONStructure
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-structure/zoominfo-org-chart-enrich-output-structure.json
📊
JSONStructure
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-structure/zoominfo-org-chart-enrich-request-structure.json
📊
JSONStructure
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-structure/zoominfo-recommended-contact-structure.json
📊
JSONStructure
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-structure/zoominfo-scoop-enrich-input-structure.json
📊
JSONStructure
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-structure/zoominfo-scoop-enrich-output-structure.json
📊
JSONStructure
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-structure/zoominfo-scoop-enrich-request-structure.json
📊
JSONStructure
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-structure/zoominfo-scoop-search-input-structure.json
📊
JSONStructure
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-structure/zoominfo-scoop-search-output-structure.json
📊
JSONStructure
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-structure/zoominfo-scoop-search-request-structure.json
📊
JSONStructure
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-structure/zoominfo-sic-code-structure.json
📊
JSONStructure
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-structure/zoominfo-social-media-url-structure.json
📊
JSONStructure
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-structure/zoominfo-sub-unit-type-info-structure.json
📊
JSONStructure
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-structure/zoominfo-subscription-structure.json
📊
JSONStructure
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-structure/zoominfo-tech-attribute-structure.json
📊
JSONStructure
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-structure/zoominfo-technology-enrich-request-structure.json
📊
JSONStructure
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-structure/zoominfo-type-structure.json
📊
JSONStructure
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-structure/zoominfo-update-webhook-request-structure.json
📊
JSONStructure
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-structure/zoominfo-usage-structure.json
📊
JSONStructure
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-structure/zoominfo-validate-target-u-r-l-request-structure.json
📊
JSONStructure
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-structure/zoominfo-webhook-structure.json

Other Resources

🔗
SDKs
https://github.com/Zoominfo/api-auth-python-client
🔗
SDKs
https://github.com/Zoominfo/api-auth-java-client
🔗
SDKs
https://github.com/Zoominfo/api-auth-nodejs-client
🔗
SDKs
https://github.com/Zoominfo/api-auth-csharp-client
🔗
JSONLD
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-ld/zoominfo-context.jsonld
🔗
Examples
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/examples/zoominfo-address-example.json
🔗
Examples
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/examples/zoominfo-authenticate-request-example.json
🔗
Examples
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/examples/zoominfo-bulk-company-enrich-request-example.json
🔗
Examples
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/examples/zoominfo-bulk-company-search-request-example.json
🔗
Examples
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/examples/zoominfo-bulk-contact-enrich-request-example.json
🔗
Examples
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/examples/zoominfo-bulk-contact-search-request-example.json
🔗
Examples
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/examples/zoominfo-bulk-job-results-request-example.json
🔗
Examples
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/examples/zoominfo-bulk-job-status-request-example.json
🔗
Examples
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/examples/zoominfo-company-enrich-input-example.json
🔗
Examples
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/examples/zoominfo-company-enrich-output-example.json
🔗
Examples
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/examples/zoominfo-company-enrich-request-example.json
🔗
Examples
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/examples/zoominfo-company-funding-example.json
🔗
Examples
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/examples/zoominfo-company-master-data-enrich-input-example.json
🔗
Examples
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/examples/zoominfo-company-master-data-enrich-output-example.json
🔗
Examples
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/examples/zoominfo-company-master-data-enrich-request-example.json
🔗
Examples
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/examples/zoominfo-company-search-input-example.json
🔗
Examples
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/examples/zoominfo-company-search-request-example.json
🔗
Examples
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/examples/zoominfo-competitor-example.json
🔗
Examples
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/examples/zoominfo-compliance-output-example.json
🔗
Examples
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/examples/zoominfo-contact-enrich-input-example.json
🔗
Examples
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/examples/zoominfo-contact-enrich-output-example.json
🔗
Examples
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/examples/zoominfo-contact-enrich-request-example.json
🔗
Examples
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/examples/zoominfo-contact-search-input-example.json
🔗
Examples
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/examples/zoominfo-contact-search-output-example.json
🔗
Examples
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/examples/zoominfo-contact-search-request-example.json
🔗
Examples
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/examples/zoominfo-corporate-hierarchy-enrich-request-example.json
🔗
Examples
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/examples/zoominfo-create-webhook-request-example.json
🔗
Examples
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/examples/zoominfo-description-list-example.json
🔗
Examples
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/examples/zoominfo-education-degree-example.json
🔗
Examples
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/examples/zoominfo-education-example.json
🔗
Examples
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/examples/zoominfo-employment-history-example.json
🔗
Examples
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/examples/zoominfo-external-url-example.json
🔗
Examples
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/examples/zoominfo-family-tree-example.json
🔗
Examples
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/examples/zoominfo-get-company-ranking-example.json
🔗
Examples
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/examples/zoominfo-get-company-search-output-field-example.json
🔗
Examples
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/examples/zoominfo-get-corporate-hierarchy-enrich-input-example.json
🔗
Examples
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/examples/zoominfo-get-corporate-hierarchy-enrich-output-example.json
🔗
Examples
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/examples/zoominfo-get-hashtag-enrich-input-example.json
🔗
Examples
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/examples/zoominfo-get-location-enrich-input-example.json
🔗
Examples
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/examples/zoominfo-get-technology-enrich-input-example.json
🔗
Examples
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/examples/zoominfo-hashtag-example.json
🔗
Examples
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/examples/zoominfo-hashtags-enrich-request-example.json
🔗
Examples
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/examples/zoominfo-i-p-enrich-request-example.json
🔗
Examples
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/examples/zoominfo-intent-enrich-input-example.json
🔗
Examples
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/examples/zoominfo-intent-enrich-output-example.json
🔗
Examples
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/examples/zoominfo-intent-enrich-request-example.json
🔗
Examples
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/examples/zoominfo-intent-search-input-example.json
🔗
Examples
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/examples/zoominfo-intent-search-output-example.json
🔗
Examples
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/examples/zoominfo-intent-search-request-example.json
🔗
Examples
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/examples/zoominfo-intent-topic-example.json
🔗
Examples
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/examples/zoominfo-location-enrich-output-example.json
🔗
Examples
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/examples/zoominfo-location-enrich-request-example.json
🔗
Examples
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/examples/zoominfo-location-match-example.json
🔗
Examples
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/examples/zoominfo-match-company-input-example.json
🔗
Examples
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/examples/zoominfo-match-person-input-example.json
🔗
Examples
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/examples/zoominfo-match-reason-example.json
🔗
Examples
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/examples/zoominfo-naics-code-example.json
🔗
Examples
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/examples/zoominfo-news-enrich-input-example.json
🔗
Examples
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/examples/zoominfo-news-enrich-output-example.json
🔗
Examples
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/examples/zoominfo-news-enrich-request-example.json
🔗
Examples
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/examples/zoominfo-news-search-input-example.json
🔗
Examples
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/examples/zoominfo-news-search-output-example.json
🔗
Examples
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/examples/zoominfo-news-search-request-example.json
🔗
Examples
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/examples/zoominfo-org-chart-enrich-input-example.json
🔗
Examples
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/examples/zoominfo-org-chart-enrich-output-example.json
🔗
Examples
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/examples/zoominfo-org-chart-enrich-request-example.json
🔗
Examples
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/examples/zoominfo-recommended-contact-example.json
🔗
Examples
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/examples/zoominfo-scoop-enrich-input-example.json
🔗
Examples
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/examples/zoominfo-scoop-enrich-output-example.json
🔗
Examples
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/examples/zoominfo-scoop-enrich-request-example.json
🔗
Examples
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/examples/zoominfo-scoop-search-input-example.json
🔗
Examples
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/examples/zoominfo-scoop-search-output-example.json
🔗
Examples
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/examples/zoominfo-scoop-search-request-example.json
🔗
Examples
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/examples/zoominfo-sic-code-example.json
🔗
Examples
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/examples/zoominfo-social-media-url-example.json
🔗
Examples
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/examples/zoominfo-sub-unit-type-info-example.json
🔗
Examples
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/examples/zoominfo-subscription-example.json
🔗
Examples
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/examples/zoominfo-tech-attribute-example.json
🔗
Examples
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/examples/zoominfo-technology-enrich-request-example.json
🔗
Examples
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/examples/zoominfo-type-example.json
🔗
Examples
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/examples/zoominfo-update-webhook-request-example.json
🔗
Examples
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/examples/zoominfo-usage-example.json
🔗
Examples
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/examples/zoominfo-validate-target-u-r-l-request-example.json
🔗
Examples
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/examples/zoominfo-webhook-example.json
🔗
GraphQL
https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/graphql/zoominfo-graphql.md

OpenAPI Specification

zoominfo-monitoring-api-webhooks-api-openapi.yml Raw ↑
openapi: 3.1.0
info:
  title: ZoomInfo Authentication Monitoring API/Webhooks API
  description: The ZoomInfo API is a set of HTTPS endpoints you can use to programmatically retrieve and integrate ZoomInfo data into your existing technology stack and ...
  contact:
    name: ZoomInfo API Support
    url: https://www.zoominfo.com/about/help-center
    email: support@zoominfo.com
  version: '1.0'
  x-last-validated: '2026-04-18'
servers:
- url: https://api.zoominfo.com
  description: ZoomInfo API Production Server
security:
- bearerAuth: []
tags:
- name: Monitoring API/Webhooks
  description: "ZoomInfo data is highly dynamic, with contacts, companies and related data being constantly updated in real-time in our database. Naturally, our clients want these changes to be delivered in real-time for the records they've already purchased using the ZoomInfo API - that's where webhooks come in.\n\n## Why webhooks?\n\nOrganizations with ZoomInfo API access use the API's endpoints to search for, export, and enrich records to their integrated applications. While you can regularly poll for updates to contact and company records you've already enriched using the API, manually querying the entire database is not the best use of your time. A more efficient method is to configure webhooks to automatically update you when there is a change to a record youve purchased. Once configured, Webhooks will listen for events you subscribe to and automatically send over all (or only relevant) updates securely to your application.\n\n## Monitoring API/Webhooks basics\n\nAvailable to organizations with the Scaling API, the Monitoring API is a set of endpoints that allows for the configuration of webhooks subscriptions that specify:\n\n- **Webhook Title**: Name of the webhook.\n- **Subscription**: The events you are listening for, consisting of object types and event types.\n    - **Object types**: The types of records you want to update. Supported object types are Contact and Company.\n    - **Event types**: The events that trigger a webhook's response. Currently, the only supported event is Update.\n- **Changed attributes**: This is a JSON object that includes a list of fields that are changed as part of a payload.\n- **Payload types (full payload/changed attributes only)**:\n    - A full payload (all fields for a contact or company, including changed attributes)\n    - Only the changed attributes for a contact or company.\n- **Target URL**: The target URL to which the webhook JSON payloads are sent.\n- **Verification Token**: Signature token that will be part of the request we send to you.\n    \n\n## Securing the data transfer\n\nTo secure communication between ZoomInfo and your app, a _verification token_ is generated when you create the webhook. When data is sent to your target URL using a POST request, this verification token will be included in the request header (_x-zoominfo-token_) and can be used in your app to authorize receipt of the data from ZoomInfo.\n\nThe initial token is generated when you create a webhook. To maintain security for your webhook over time, you can periodically generate a new verification token using the [Generate Verification Token](#9cc75e99-622e-4aa2-b9a8-2d33d0ede2ed) webhook.\n\n## Considerations\n\nNote the following considerations:\n\n- To use the Monitoring API/webhooks, you must have access to the Scaling API.\n- To subscribe to events, you must have already enriched at least one contact or company record using the API.\n- You will only receive updates on records that you've purchased using the API within the past 12 months.\n- The default payload type for company or contact updates is the full payload with changed attributes.\n    \n- The maximum number of profiles delivered in a single webhook payload is 25.\n    \n\n## Payload examples\n\nHere are examples of the POST requests your webhook's target URL will receive.\n\nFor contact and company records, you can choose to receive a full payload of all possible fields for a record (including changed attributes), or a payload including only the changed attributes for a record.\n\nIn either case (full or changed attributes only), contact and company records will always include the following fields to support mapping the profile:\n\n**Contacts**: `id`, `firstName`, `lastName`, and `email`\n\n**Companies**: `id`, `name`, and `website`\n\nThe following examples are provided below:\n\n- Example 1: Contact record - full profile (default)\n- Example 2: Contact record - changed attributes only\n- Example 3: Company record - full profile (default)\n- Example 4: Company record - changed attributes only\n    \n\n**Example 1: Contact record - full profile (default)**  \nIncludes all output fields\n\n``` json\n{\n  \"webhookDetails\":\n  {\n    \"id\": \"xxxx\",\n    \"title\": \"webhook-title\",\n    \"objectType\": \"Contact\",\n    \"eventType\": \"Update\"\n  },\n  \"data\":\n  [\n    {\n      \"id\": 1260398587,\n      \"firstName\": \"Henry\",\n      \"middleName\": \"L.\",\n      \"lastName\": \"Schuck\",\n      \"email\": \"henry.schuck@zoominfo.com\",\n      \"hasCanadianEmail\": \"false\",\n      \"phone\": \"(360) 783-6816\",\n      \"directPhoneDoNotCall\": false,\n      \"street\": \"805 Broadway St Ste 900\",\n      \"city\": \"Vancouver\",\n      \"region\": \"Washington\",\n      \"metroArea\": \"Portland\",\n      \"zipCode\": \"98660\",\n      \"state\": \"Washington\",\n      \"country\": \"United States\",\n      \"continent\": \"North America\",\n      \"personHasMoved\": \"Uncertain\",\n      \"withinEu\": false,\n      \"withinCalifornia\": true,\n      \"withinCanada\": false,\n      \"validDate\": \"01/09/2023 07:26 PM\",\n      \"lastUpdatedDate\": \"1/5/2020 7:59 PM\",\n      \"noticeProvidedDate\": \"06/27/2020\",\n      \"salutation\": \"\",\n      \"suffix\": \"\",\n      \"jobTitle\": \"Founder & Chief Executive Officer\",\n      \"jobFunction\":\n      [\n        {\n          \"name\": \"Executive\",\n          \"department\": \"C-Suite\"\n        }\n      ],\n      \"education\":\n      [\n        {\n          \"school\": \"University of Nevada , Las Vegas\",\n          \"educationDegree\":\n          {\n            \"degree\": \"\",\n            \"areaOfStudy\": \"\"\n          }\n        },\n        {\n          \"school\": \"Oxford University\",\n          \"educationDegree\":\n          {\n            \"degree\": \"comparative law\",\n            \"areaOfStudy\": \"\"\n          }\n        },\n        {\n          \"school\": \"The Ohio State University Moritz College of Law\",\n          \"educationDegree\":\n          {\n            \"degree\": \"\",\n            \"areaOfStudy\": \"juris doctorate degree cum laude\"\n          }\n        }\n      ],\n      \"picture\": \"https://www.zoominfo.com/wp-content/uploads/2020/06/henry.png\",\n      \"techSkills\":\n      [\n        {\n          \"id\": 92113,\n          \"name\": \"Microsoft Access\"\n        },\n        {\n          \"id\": 112883,\n          \"name\": \"Forrester\"\n        },\n        {\n          \"id\": 31687,\n          \"name\": \"Wave\"\n        },\n        {\n          \"id\": 68842,\n          \"name\": \"engage\"\n        }\n      ],\n      \"mobile\": \"\",\n      \"personalEmail\": \"\",\n      \"mobilePhone\": \"(818) 679-4647\",\n      \"supplementalEmail\": \"henry.schuck@gmail.com\",\n      \"mobilePhoneDoNotCall\": false,\n      \"externalUrls\":\n      [\n        {\n          \"type\": \"linkedin.com\",\n          \"url\": \"https://www.linkedin.com/in/hschuck\"\n        },\n        {\n          \"type\": \"twitter.com\",\n          \"url\": \"https://www.twitter.com/henrylschuck\"\n        }\n      ],\n      \"contactAccuracyScore\": 94.0,\n      \"isDefunct\": false,\n      \"employmentHistory\":\n      [\n        {\n          \"jobTitle\": \"Vice President of Data and Marketing\",\n          \"managementLevel\":\n          [\n            \"VP-Level\"\n          ],\n          \"fromDate\": \"2002-01-02T00:00:00.000Z\",\n          \"toDate\": \"2006-01-02T00:00:00.000Z\",\n          \"company\":\n          {\n            \"companyId\": 0,\n            \"companyName\": \"iProfile\",\n            \"companyPhone\": \"\",\n            \"companyWebsite\": \"\"\n          }\n        }\n      ],\n      \"managementLevel\":\n      [\n        \"C-Level\"\n      ],\n      \"locationCompanyId\": 344589814,\n      \"positionStartDate\": \"\",\n      \"yearsOfExperience\": \"20-29\",\n      \"company\":\n      {\n        \"division\": \"\",\n        \"id\": 344589814,\n        \"name\": \"ZoomInfo\",\n        \"descriptionList\":\n        [\n          {\n            \"description\": \"ZoomInfo was founded in 2000 and is headquartered in Vancouver, Washington. The company offers a business-to-business data platform utilized by sales and marketing teams,\nrecruiters, and other business professionals for lead generation and detailed information on people and companies.\"\n          }\n        ],\n        \"phone\": \"(866) 904-9666\",\n        \"fax\": \"(617) 507-8187\",\n        \"street\": \"805 Broadway St Ste 900\",\n        \"city\": \"Vancouver\",\n        \"state\": \"Washington\",\n        \"zipCode\": \"98660\",\n        \"country\": \"United States\",\n        \"continent\": \"North America\",\n        \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/zoominfo.com\",\n        \"sicCodes\":\n        [\n          {\n            \"id\": \"27\",\n            \"name\": \"Printing, Publishing, And Allied Industries\"\n          },\n          {\n            \"id\": \"274\",\n            \"name\": \"Miscellaneous Publishing\"\n          },\n          {\n            \"id\": \"2741\",\n            \"name\": \"Miscellaneous Publishing\"\n          },\n          {\n            \"id\": \"73\",\n            \"name\": \"Business Services\"\n          },\n          {\n            \"id\": \"738\",\n            \"name\": \"Miscellaneous Business Services\"\n          },\n          {\n            \"id\": \"7389\",\n            \"name\": \"Business Services, Not Elsewhere Classified\"\n          },\n          {\n            \"id\": \"737\",\n            \"name\": \"Computer Programming, Data Processing, And Other Computer Related Services\"\n          },\n          {\n            \"id\": \"7375\",\n            \"name\": \"Information Retrieval Services\"\n          },\n          {\n            \"id\": \"7374\",\n            \"name\": \"Computer Processing and Data Preparation and Processing Services\"\n          },\n          {\n            \"id\": \"89\",\n            \"name\": \"Miscellaneous Services\"\n          },\n          {\n            \"id\": \"899\",\n            \"name\": \"Miscellaneous Services\"\n          },\n          {\n            \"id\": \"8999\",\n            \"name\": \"Services, Not Elsewhere Classified\"\n          },\n          {\n            \"id\": \"7372\",\n            \"name\": \"Prepackaged Software\"\n          }\n        ],\n        \"naicsCodes\":\n        [\n          {\n            \"id\": \"54\",\n            \"name\": \"Professional, Scientific, and Technical Services\"\n          },\n          {\n            \"id\": \"541\",\n            \"name\": \"Professional, Scientific, and Technical Services\"\n          },\n          {\n            \"id\": \"5416\",\n            \"name\": \"Management, Scientific, and Technical Consulting Services\"\n          },\n          {\n            \"id\": \"54161\",\n            \"name\": \"Management Consulting Services\"\n          },\n          {\n            \"id\": \"541613\",\n            \"name\": \"Marketing Consulting Services\"\n          },\n          {\n            \"id\": \"51\",\n            \"name\": \"Information\"\n          },\n          {\n            \"id\": \"519\",\n            \"name\": \"Other Information Services\"\n          },\n          {\n            \"id\": \"5191\",\n            \"name\": \"Other Information Services\"\n          },\n          {\n            \"id\": \"51919\",\n            \"name\": \"All Other Information Services\"\n          },\n          {\n            \"id\": \"519190\",\n            \"name\": \"All Other Information Services\"\n          },\n          {\n            \"id\": \"5415\",\n            \"name\": \"Computer Systems Design and Related Services\"\n          },\n          {\n            \"id\": \"54151\",\n            \"name\": \"Computer Systems Design and Related Services\"\n          },\n          {\n            \"id\": \"541511\",\n            \"name\": \"Custom Computer Programming Services\"\n          },\n          {\n            \"id\": \"511\",\n            \"name\": \"Publishing Industries (except Internet)\"\n          },\n          {\n            \"id\": \"5112\",\n            \"name\": \"Software Publishers\"\n          },\n          {\n            \"id\": \"51121\",\n            \"name\": \"Software Publishers\"\n          },\n          {\n            \"id\": \"511210\",\n            \"name\": \"Software Publishers\"\n          },\n          {\n            \"id\": \"51913\",\n            \"name\": \"Internet Publishing and Broadcasting and Web Search Portals\"\n          },\n          {\n            \"id\": \"519130\",\n            \"name\": \"Internet Publishing and Broadcasting and Web Search Portals\"\n          },\n          {\n            \"id\": \"517\",\n            \"name\": \"Telecommunications\"\n          },\n          {\n            \"id\": \"5173\",\n            \"name\": \"Wired and Wireless Telecommunications Carriers\"\n          },\n          {\n            \"id\": \"51731\",\n            \"name\": \"Wired and Wireless Telecommunications Carriers\"\n          }\n        ],\n        \"website\": \"www.zoominfo.com\",\n        \"revenue\": \"$835.6 Million\",\n        \"revenueNumeric\": 835600000,\n        \"employeeCount\": 3546,\n        \"type\": \"PUBLIC\",\n        \"ticker\": \"NASDAQ: ZI\",\n        \"ranking\":\n        [],\n        \"socialMediaUrls\":\n        [\n          {\n            \"type\": \"LINKED_IN\",\n            \"url\": \"http://www.linkedin.com/company/zoominfo\",\n            \"followerCount\": \"\"\n          },\n          {\n            \"type\": \"TWITTER\",\n            \"url\": \"http://www.twitter.com/zoominfo\",\n            \"followerCount\": \"14807\"\n          },\n          {\n            \"type\": \"FACEBOOK\",\n            \"url\": \"http://www.facebook.com/109325735758217\",\n            \"followerCount\": \"\"\n          }\n        ],\n        \"primaryIndustry\":\n        [\n          \"Software\"\n        ],\n        \"primaryIndustryCode\":\n        [\n          {\n            \"id\": \"software\",\n            \"name\": \"Software\"\n          }\n        ],\n        \"primarySubIndustryCode\":\n        [],\n        \"industries\":\n        [\n          \"Software\",\n          \"Data Collection & Internet Portals\",\n          \"Media & Internet\"\n        ],\n        \"industryCodes\":\n        [\n          {\n            \"id\": \"software\",\n            \"name\": \"Software\"\n          },\n          {\n            \"id\": \"media.data\",\n            \"name\": \"Data Collection & Internet Portals\"\n          },\n          {\n            \"id\": \"media\",\n            \"name\": \"Media & Internet\"\n          }\n        ],\n        \"revenueRange\": \"$500 mil. - $1 bil.\",\n        \"employeeRange\": \"1,000 - 5,000\",\n        \"employeeGrowth\":\n        {\n          \"oneYearGrowthRate\": \"32.5\",\n          \"twoYearGrowthRate\": \"114.1\",\n          \"employeeGrowthDataPoints\":\n          [\n            {\n              \"label\": \"'20 - Q3\",\n              \"employeeCount\": 1656\n            },\n            {\n              \"label\": \"'20 - Q4\",\n              \"employeeCount\": 1845\n            },\n            {\n              \"label\": \"'21 - Q1\",\n              \"employeeCount\": 2136\n            },\n            {\n              \"label\": \"'21 - Q2\",\n              \"employeeCount\": 2297\n            },\n            {\n              \"label\": \"'21 - Q3\",\n              \"employeeCount\": 2677\n            },\n            {\n              \"label\": \"'21 - Q4\",\n              \"employeeCount\": 3117\n            },\n            {\n              \"label\": \"'22 - Q1\",\n              \"employeeCount\": 3477\n            },\n            {\n              \"label\": \"'22 - Q2\",\n              \"employeeCount\": 3549\n            },\n            {\n              \"label\": \"'22 - Q3\",\n              \"employeeCount\": 3546\n            }\n          ]\n        }\n      },\n      \"changedAttributes\": [\n        \"jobTitle\",\n        \"department\"\n      ]\n    }\n  ]\n}\n\n ```\n\n**Example 2: Contact record - changed attributes only (default)**  \nIncludes only output fields with changed attributes\n\n``` json\n{\n  \"webhookDetails\":\n  {\n    \"id\": \"xxxx\",\n    \"title\": \"webhook-title\",\n    \"objectType\": \"Contact\",\n    \"eventType\": \"Update\"\n  },\n  \"data\":\n  [\n    {\n      \"id\": 1260398587,\n      \"firstName\": \"Henry\",\n      \"lastName\": \"Schuck\",\n      \"email\": \"henry.schuck@zoominfo.com\",\n\"department\":\"C-Suite\",      \n\"jobTitle\": \"Founder & Chief Executive Officer\",\n      \"changedAttributes\": [\n        \"jobTitle\",\n        \"department\"\n      ]\n    }\n\n ```\n\n**Example 3: Company record - full profile (default)**  \nIncludes all output fields\n\n``` json\n{\n  \"webhookDetails\":\n  {\n    \"id\": \"xxxx\",\n    \"title\": \"webhook-title\",\n    \"objectType\": \"company\",\n    \"eventType\": \"Update\"\n  },\n  \"data\":\n  [\n    {\n      \"id\": 344589814,\n      \"ticker\": \"NASDAQ: ZI\",\n      \"name\": \"ZoomInfo\",\n      \"website\": \"www.zoominfo.com\",\n      \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/zoominfo.com\",\n      \"socialMediaUrls\":\n      [\n        {\n          \"type\": \"LINKED_IN\",\n          \"url\": \"http://www.linkedin.com/company/zoominfo\",\n          \"followerCount\": \"\"\n        },\n        {\n          \"type\": \"TWITTER\",\n          \"url\": \"http://www.twitter.com/zoominfo\",\n          \"followerCount\": \"3496\"\n        },\n        {\n          \"type\": \"FACEBOOK\",\n          \"url\": \"http://www.facebook.com/109325735758217\",\n          \"followerCount\": \"\"\n        }\n      ],\n      \"revenue\": 1210000,\n      \"employeeCount\": 3500,\n      \"phone\": \"(866) 904-9666\",\n      \"fax\": \"(617) 507-8187\",\n      \"street\": \"805 Broadway St Ste 900\",\n      \"city\": \"Vancouver\",\n      \"state\": \"Washington\",\n      \"zipCode\": \"98660\",\n      \"country\": \"United States\",\n      \"companyStatus\": \"ALIVE\",\n      \"companyStatusDate\": \"2022-08-23T00:00:00.000Z\",\n      \"sicCodes\":\n      [\n        {\n          \"id\": \"27\",\n          \"name\": \"Printing, Publishing, And Allied Industries\"\n        },\n        {\n          \"id\": \"274\",\n          \"name\": \"Miscellaneous Publishing\"\n        },\n        {\n          \"id\": \"2741\",\n          \"name\": \"Miscellaneous Publishing\"\n        },\n        {\n          \"id\": \"73\",\n          \"name\": \"Business Services\"\n        },\n        {\n          \"id\": \"738\",\n          \"name\": \"Miscellaneous Business Services\"\n        },\n        {\n          \"id\": \"7389\",\n          \"name\": \"Business Services, Not Elsewhere Classified\"\n        },\n        {\n          \"id\": \"737\",\n          \"name\": \"Computer Programming, Data Processing, And Other Computer Related Services\"\n        },\n        {\n          \"id\": \"7375\",\n          \"name\": \"Information Retrieval Services\"\n        },\n        {\n          \"id\": \"7374\",\n          \"name\": \"Computer Processing and Data Preparation and Processing Services\"\n        },\n        {\n          \"id\": \"89\",\n          \"name\": \"Miscellaneous Services\"\n        },\n        {\n          \"id\": \"899\",\n          \"name\": \"Miscellaneous Services\"\n        },\n        {\n          \"id\": \"8999\",\n          \"name\": \"Services, Not Elsewhere Classified\"\n        },\n        {\n          \"id\": \"7372\",\n          \"name\": \"Prepackaged Software\"\n        }\n      ],\n      \"naicsCodes\":\n      [\n        {\n          \"id\": \"54\",\n          \"name\": \"Professional, Scientific, and Technical Services\"\n        },\n        {\n          \"id\": \"541\",\n          \"name\": \"Professional, Scientific, and Technical Services\"\n        },\n        {\n          \"id\": \"5416\",\n          \"name\": \"Management, Scientific, and Technical Consulting Services\"\n        },\n        {\n          \"id\": \"54161\",\n          \"name\": \"Management Consulting Services\"\n        },\n        {\n          \"id\": \"541613\",\n          \"name\": \"Marketing Consulting Services\"\n        },\n        {\n          \"id\": \"51\",\n          \"name\": \"Information\"\n        },\n        {\n          \"id\": \"519\",\n          \"name\": \"Other Information Services\"\n        },\n        {\n          \"id\": \"5191\",\n          \"name\": \"Other Information Services\"\n        },\n        {\n          \"id\": \"51919\",\n          \"name\": \"All Other Information Services\"\n        },\n        {\n          \"id\": \"519190\",\n          \"name\": \"All Other Information Services\"\n        },\n        {\n          \"id\": \"5415\",\n          \"name\": \"Computer Systems Design and Related Services\"\n        },\n        {\n          \"id\": \"54151\",\n          \"name\": \"Computer Systems Design and Related Services\"\n        },\n        {\n          \"id\": \"541511\",\n          \"name\": \"Custom Computer Programming Services\"\n        },\n        {\n          \"id\": \"511\",\n          \"name\": \"Publishing Industries (except Internet)\"\n        },\n        {\n          \"id\": \"5112\",\n          \"name\": \"Software Publishers\"\n        },\n        {\n          \"id\": \"51121\",\n          \"name\": \"Software Publishers\"\n        },\n        {\n          \"id\": \"511210\",\n          \"name\": \"Software Publishers\"\n        },\n        {\n          \"id\": \"51913\",\n          \"name\": \"Internet Publishing and Broadcasting and Web Search Portals\"\n        },\n        {\n          \"id\": \"519130\",\n          \"name\": \"Internet Publishing and Broadcasting and Web Search Portals\"\n        },\n        {\n          \"id\": \"517\",\n          \"name\": \"Telecommunications\"\n        },\n        {\n          \"id\": \"5173\",\n          \"name\": \"Wired and Wireless Telecommunications Carriers\"\n        },\n        {\n          \"id\": \"51731\",\n          \"name\": \"Wired and Wireless Telecommunications Carriers\"\n        }\n      ],\n      \"competitors\":\n      [\n        {\n          \"rank\": 1,\n          \"id\": 168919661,\n          \"name\": \"LinkedIn Corp\",\n          \"website\": \"linkedin.com\",\n          \"employeeCount\": 21000\n        },\n        {\n          \"rank\": 2,\n          \"id\": 5390594,\n          \"name\": \"Dun & Bradstreet Inc\",\n          \"website\": \"dnb.com\",\n          \"employeeCount\": 6000\n        },\n        {\n          \"rank\": 3,\n          \"id\": 464190707,\n          \"name\": \"Clearbit\",\n          \"website\": \"clearbit.com\",\n          \"employeeCount\": 198\n        },\n        {\n          \"rank\": 4,\n          \"id\": 357808721,\n          \"name\": \"SalesIntel Research Inc\",\n          \"website\": \"salesintel.io\",\n          \"employeeCount\": 27\n        },\n        {\n          \"rank\": 5,\n          \"id\": 408702118,\n          \"name\": \"Lusha Ltd\",\n          \"website\": \"lusha.com\",\n          \"employeeCount\": 270\n        },\n        {\n          \"rank\": 6,\n          \"id\": 159335237,\n          \"name\": \"Lead411\",\n          \"website\": \"lead411.com\",\n          \"employeeCount\": 17\n        },\n        {\n          \"rank\": 7,\n          \"id\": 436418998,\n          \"name\": \"UpLead LLC\",\n          \"website\": \"uplead.com\",\n          \"employeeCount\": 16\n        },\n        {\n          \"rank\": 8,\n          \"id\": 429601687,\n          \"name\": \"Seamless AI\",\n          \"website\": \"seamless.ai\",\n          \"employeeCount\": 175\n        },\n        {\n          \"rank\": 9,\n          \"id\": 115098897,\n          \"name\": \"InsideView Inc\",\n          \"website\": \"insideview.com\",\n          \"employeeCount\": 312\n        },\n        {\n          \"rank\": 10,\n          \"id\": 353571907,\n          \"name\": \"6sense Insights Inc\",\n          \"website\": \"6sense.com\",\n          \"employeeCount\": 1350\n        }\n      ],\n      \"ultimateParentId\": 0,\n      \"ultimateParentRevenue\": 1210000,\n      \"ultimateParentEmployees\": 3500,\n      \"primaryIndustry\":\n      [\n        \"Software\"\n      ],\n      \"primaryIndustryCode\":\n      [\n        {\n          \"id\": \"software\",\n          \"name\": \"Software\"\n        }\n      ],\n      \"primarySubIndustryCode\":\n      [],\n      \"industries\":\n      [\n        \"Software\",\n        \"Data Collection & Internet Portals\",\n        \"Media & Internet\"\n      ],\n      \"industryCodes\":\n      [\n        {\n          \"id\": \"software\",\n          \"name\": \"Software\"\n        },\n        {\n          \"id\": \"media.data\",\n          \"name\": \"Data Collection & Internet Portals\"\n        },\n        {\n          \"id\": \"media\",\n          \"name\": \"Media & Internet\"\n        }\n      ],\n      \"parentId\": 0,\n      \"locationCount\": 22,\n      \"metroArea\": \"Portland-Vancouver-Hillsboro OR-WA\",\n      \"certified\": true,\n      \"revenueRange\": \"$1 bil. - $5 bil.\",\n      \"employeeRange\": \"1,000 - 5,000\",\n      \"companyFunding\":\n      [\n        {\n          \"date\": \"2020-06-04T07:00:00.000Z\",\n          \"type\": \"Stock Issuance/Offering\",\n          \"amount\": 935000,\n          \"investors\":\n          [\n            \"\"\n          ]\n        },\n        {\n          \"date\": \"2021-06-18T07:00:00.000Z\",\n          \"type\": \"Corporate Investment\",\n          \"amount\": 555,\n          \"investors\":\n          [\n            \"\"\n          ]\n        },\n        {\n          \"date\": \"2021-08-27T07:00:00.000Z\",\n          \"type\": \"Stock Issuance/Offering\",\n          \"amount\": 1200000,\n          \"investors\":\n          [\n            \"\"\n          ]\n        },\n        {\n          \"date\": \"2017-08-14T00:00:00.000Z\",\n          \"type\": \"Private Equity\",\n          \"amount\": 240000,\n          \"investors\":\n          [\n            \"Great Hill Partners\"\n          ]\n        },\n        {\n          \"date\": \"2004-07-19T00:00:00.000Z\",\n          \"type\": \"Series A\",\n          \"amount\": 7000,\n          \"investors\":\n          [\n            \"Ascent Venture Partners\",\n            \"Vulcan Capital Management\",\n            \"Venrock Associates\",\n            \"Flagship Pioneering\",\n            \"Commonwealth Capital Ventures\"\n          ]\n        },\n        {\n          \"date\": \"2014-05-30T07:00:00.000Z\",\n          \"type\": \"Private Equity\",\n          \"amount\": 0,\n          \"investors\":\n          [\n            \"TA Associates\"\n          ]\n        },\n        {\n          \"date\": \"2018-03-14T07:00:00.000Z\",\n          \"type\": \"Private Equity\",\n          \"amount\": 0,\n          \"investors\":\n          [\n            \"The Carlyle Group\",\n            \"22C Capital\"\n          ]\n        }\n      ],\n      \"totalFundingAmount\": 2382555,\n      \"employeeGrowth\":\n      {\n        \"oneYearGrowthRate\": \"32.4\",\n        \"twoYearGrowthRate\": \"114.2\",\n        \"employeeGrowthDataPoints\":\n        [\n          {\n            \"label\": \"'20 - Q3\",\n            \"employeeCount\": 1634\n          },\n          {\n            \"label\": \"'20 - Q4\",\n            \"employeeCount\": 1821\n          },\n          {\n            \"label\": \"'21 - Q1\",\n            \"employeeCount\": 2108\n          },\n          {\n            \"label\": \"'21 - Q2\",\n            \"employeeCount\": 2267\n          },\n          {\n            \"label\": \"'21 - Q3\",\n            \"employeeCount\": 2643\n          },\n          {\n            \"label\": \"'21 - Q4\",\n            \"employeeCount\": 3077\n          },\n          {\n            \"label\": \"'22 - Q1\",\n            \"employeeCount\": 3432\n          },\n          {\n            \"label\": \"'22 - Q2\",\n            \"employeeCount\": 3503\n          },\n          {\n            \"label\": \"'22 - Q3\",\n            \"employeeCount\": 3500\n          }\n        ]\n      },\n      \"type\": \"PUBLIC\",\n      \"isDefunct\": false,\n      \"departmentBudgets\":\n      {\n        \"marketingBudget\": 158510,\n        \"itBudget\": 44770,\n        \"financialBudget\": 12100,\n        \"hrBudget\": 7890\n      },\n      \"employeeCountByDepartment\":\n      {\n        \"sales\": 1544,\n        \"engineeringAndTechnical\": 860,\n        \"marketing\": 242,\n        \"informationTechnology\": 192,\n        \"humanResources\": 127,\n        \"finance\": 95,\n        \"operations\": 86,\n        \"legal\": 32,\n        \"cSuite\": 14,\n        \"medicalAndHealth\": 1\n      },\n      \"changedAttributes\": [\n        \"revenue\",\n        \"employeeCount\"\n      ]\n    }\n  ]\n}\n\n ```\n\n**Example 4: Company record - changed attributes only (default)**  \nIncludes only output fields with changed attributes\n\n``` json\n{\n  \"webhookDetails\":\n  {\n    \"id\": \"xxxx\",\n    \"title\": \"webhook-title\",\n    \"objectType\": \"company\",\n    \"eventType\": \"Update\"\n  },\n  \"data\":\n  [\n    {\n      \"id\": 344589814,\n      \"name\": \"ZoomInfo\",\n      \"website\": \"www.zoominfo.com\",\n      \"revenue\": 1210000,\n      \"employeeCount\": 3500,\n      \"changedAttributes\": [\n        \"revenue\",\n        \"employeeCount\"\n      ]\n    }\n  ]\n}\n\n ```"
paths:
  /webhooks:
    parameters: []
    post:
      tags:
      - Monitoring API/Webhooks
      summary: Zoominfo Create Webhook
      description: "Use this endpoint to create a webhook.\n\n**About enabling a webhook**\n\nWhen creating a webhook, we recommend initially setting the `enabled` parameter to `false` so that you can ensure that:\n\n- Your target URL is accessible using the [Validate Target URL](#5fabb9e4-aff2-4651-8404-8b061675eda0) endpoint.\n- You've established a validation method in your app for the webhook verification token that will be generated with this request.\n    \n\nOnce you've completed these tasks, you can activate the webhook using the [Update Webhook](#c853f6cd-10e7-4103-9896-19827c4c5a8a) endpoint, updating the webhook's `enabled` status to `true`.\n\n**Input params**\n\n| Parameter | DataType | Description |\n| --- | --- | --- |\n| title | String | Title for the webhook |\n| enabled | Boolean | Determines whether the webhook is initially enabled or disabled. |\n| targetUrl | String | Destination URL for the webhook data. Must be in `https://` format. |\n| subscriptions | ArrayList | Specify the `eventType` and `objectType` for the webhook. Also specify the `fullPayload` value (`true` for full payload, `false` for only changed attributes.)|\n\n**Output fields**\n\n| Field | Description |\n| --- | --- |\n| id | Unique ZoomInfo identifier for the webhook |\n| title | Title for the webhook |\n| enabled | Displays whether the webhook is enabled or disabled |\n| targetUrl | Destination URL for the webhook data |\n| createdDate | Timestamp for when the webhook was created |\n| verificationToken | Verification token generated when the webhook was created |\n| subscriptions | List of subscriptions. Each subscription includes the `createdDate`, `modifiedDate`, `eventType`, `objectType` and a unique `subscriptionId`. |"
      operationId: CreateWebhook
      parameters: []
      requestBody:
        description: ''
        content:
          application/json:
            schema:
              allOf:
              - $ref: '#/components/schemas/CreateWebhookRequest'
              - examples:
                - title: My Webhook
                  enabled: false
                  targetUrl: https://www.mytargeturl10.com
                  subscriptions:
                  - eventType: Update
                    objectType: Contact
                    fullPayload: true
            

# --- truncated at 32 KB (113 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/openapi/zoominfo-monitoring-api-webhooks-api-openapi.yml