HubSpot · Example Payload

Analytics Events Api Event Instance Collection Example

AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

Analytics Events Api Event Instance Collection Example is an example object payload from HubSpot, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

resultspaging

Example Payload

Raw ↑
{
  "results": [
    {
      "id": "500123",
      "eventType": "standard",
      "objectId": "500123",
      "objectType": "standard",
      "occurredAt": "2025-03-15T14:30:00Z",
      "properties": {
        "key": "value"
      }
    }
  ],
  "paging": {
    "next": {
      "after": "example-value",
      "link": "https://app.hubspot.com/contacts/12345"
    },
    "prev": {
      "before": "example-value",
      "link": "https://app.hubspot.com/contacts/12345"
    }
  }
}