HubSpot · Example Payload

Hubspot Crm Associations Association Definition Collection Example

AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

Hubspot Crm Associations Association Definition 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",
      "fromObjectTypeId": "500123",
      "toObjectTypeId": "500123",
      "name": "Example Record",
      "label": "Example Record",
      "inverseLabel": "Example Record",
      "category": "HUBSPOT_DEFINED"
    }
  ],
  "paging": {
    "next": {
      "after": "example-value",
      "link": "https://app.hubspot.com/contacts/12345"
    }
  }
}