ZoomInfo · Example Payload

Zoominfo Data30 Example

B2BB2B DataCompany DataContact DatabaseContactsDataLead GenerationMarketing IntelligenceSales Intelligence

Zoominfo Data30 Example is an example object payload from ZoomInfo, with 14 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idfirstNamemiddleNamelastNamelastUpdatedDatetitlehasEmailhasDirectPhonedepartmentjobFunctionorgChartTierorgChartSubTiercontactAccuracyScorecompany

Example Payload

Raw ↑
{
  "id": 500123,
  "firstName": "Acme Corporation",
  "middleName": "Acme Corporation",
  "lastName": "Acme Corporation",
  "lastUpdatedDate": "2025-03-15T14:30:00Z",
  "title": "Vice President of Sales",
  "hasEmail": true,
  "hasDirectPhone": true,
  "department": "example_value",
  "jobFunction": "example_value",
  "orgChartTier": 100,
  "orgChartSubTier": 100,
  "contactAccuracyScore": 85,
  "company": {
    "id": 500123,
    "name": "Acme Corporation"
  }
}