Hunter · JSON Structure

Hunter Account Result Structure

Type: object Properties: 9
Contact DiscoveryEmailEmail VerificationLead GenerationProspectingSales Intelligence

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

Properties

first_name last_name email plan_name plan_level reset_date team_id requests calls

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "AccountResult",
  "type": "object",
  "properties": {
    "first_name": {
      "type": "string"
    },
    "last_name": {
      "type": "string"
    },
    "email": {
      "type": "string"
    },
    "plan_name": {
      "type": "string"
    },
    "plan_level": {
      "type": "integer"
    },
    "reset_date": {
      "type": "string"
    },
    "team_id": {
      "type": "integer"
    },
    "requests": {
      "type": "object"
    },
    "calls": {
      "type": "object"
    }
  }
}