HubSpot · Example Payload

Hubspot Analytics Events Paging Example

AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

Hubspot Analytics Events Paging 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

nextprev

Example Payload

Raw ↑
{
  "next": {
    "after": "example-value",
    "link": "https://app.hubspot.com/contacts/12345"
  },
  "prev": {
    "before": "example-value",
    "link": "https://app.hubspot.com/contacts/12345"
  }
}