HubSpot · Example Payload

Hubspot Crm Contacts Collection Response Association Example

AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

Hubspot Crm Contacts Collection Response Association 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",
      "type": "standard"
    }
  ],
  "paging": {
    "next": {
      "after": "example-value"
    }
  }
}