ZoomInfo · JSON Structure

Zoominfo I P Enrich Request Structure

IPEnrichRequest schema from ZoomInfo API

Type: object Properties: 1 Required: 1
B2BB2B DataCompany DataContact DatabaseContactsDataLead GenerationMarketing IntelligenceSales Intelligence

IPEnrichRequest is a JSON Structure definition published by ZoomInfo, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

ipAddress

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-structure/zoominfo-i-p-enrich-request-structure.json",
  "name": "IPEnrichRequest",
  "description": "IPEnrichRequest schema from ZoomInfo API",
  "type": "object",
  "properties": {
    "ipAddress": {
      "type": "string",
      "example": "123 Main Street"
    }
  },
  "required": [
    "ipAddress"
  ]
}