HubSpot · JSON Structure

Analytics Events Api Event Type Collection Structure

Collection of available event type names

Type: object Properties: 1 Required: 1
AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

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

Properties

eventTypes

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-type-collection-structure.json",
  "name": "EventTypeCollection",
  "description": "Collection of available event type names",
  "type": "object",
  "properties": {
    "eventTypes": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "List of available event type names",
      "example": [
        "standard"
      ]
    }
  },
  "required": [
    "eventTypes"
  ]
}