Hunter · JSON Structure

Hunter Leads List Structure

Type: object Properties: 4
Contact DiscoveryEmailEmail VerificationLead GenerationProspectingSales Intelligence

LeadsList is a JSON Structure definition published by Hunter, describing 4 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

id name leads_count created_at

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "LeadsList",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer"
    },
    "name": {
      "type": "string"
    },
    "leads_count": {
      "type": "integer"
    },
    "created_at": {
      "type": "string"
    }
  }
}