ZoomInfo · Example Payload

Zoominfo Input14 Example

B2BB2B DataCompany DataContact DatabaseContactsDataLead GenerationMarketing IntelligenceSales Intelligence

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

Top-level fields

zi_c_location_idaddresszi_c_urlphone

Example Payload

Raw ↑
{
  "zi_c_location_id": 500123,
  "address": {
    "zi_c_country": "US",
    "zi_c_state": "CA"
  },
  "zi_c_url": "https://www.example.com/resource",
  "phone": {
    "zi_c_country": "US",
    "zi_c_phone": "+1-555-555-1234"
  }
}