HubSpot · JSON Structure

Analytics Events Api Event Instance Structure

Represents a single event instance that occurred in the system

Type: object Properties: 6 Required: 3
AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationSales

EventInstance is a JSON Structure definition published by HubSpot, describing 6 properties, of which 3 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id eventType objectId objectType occurredAt properties

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/hubspot/refs/heads/main/json-structure/analytics-events-api-event-instance-structure.json",
  "name": "EventInstance",
  "description": "Represents a single event instance that occurred in the system",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique identifier for the event instance",
      "example": "500123"
    },
    "eventType": {
      "type": "string",
      "description": "The type of event that occurred",
      "example": "standard"
    },
    "objectId": {
      "type": "string",
      "description": "The ID of the CRM object associated with this event",
      "example": "500123"
    },
    "objectType": {
      "type": "string",
      "description": "The type of CRM object (e.g., contact, company, deal)",
      "example": "standard"
    },
    "occurredAt": {
      "type": "datetime",
      "description": "ISO 8601 timestamp when the event occurred",
      "example": "2025-03-15T14:30:00Z"
    },
    "properties": {
      "type": "object",
      "additionalProperties": {
        "type": "string"
      },
      "description": "Additional properties associated with the event",
      "example": {
        "key": "value"
      }
    }
  },
  "required": [
    "id",
    "eventType",
    "occurredAt"
  ]
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/analytics-events-api-event-instance-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.