HubSpot · Example Payload

Hubspot Crm Lists Collection Response List Example

AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

Hubspot Crm Lists Collection Response List 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": [
    {
      "listId": "500123",
      "name": "Example Record",
      "listType": "STATIC",
      "objectTypeId": "500123",
      "processingStatus": "active",
      "createdAt": "2025-03-15T14:30:00Z",
      "updatedAt": "2025-03-15T14:30:00Z",
      "filterBranch": {},
      "memberCount": 10
    }
  ],
  "paging": {
    "next": {
      "after": "example-value"
    }
  }
}