HubSpot · Example Payload

Hubspot Crm Associations Batch Association Response Example

AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

Hubspot Crm Associations Batch Association Response Example is an example object payload from HubSpot, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

statusresultsrequestedAtstartedAtcompletedAtnumErrorserrorslinks

Example Payload

Raw ↑
{
  "status": "PENDING",
  "results": [
    {
      "from": {},
      "to": [
        {
          "toObjectId": "500123",
          "associationTypes": [
            {
              "associationCategory": "HUBSPOT_DEFINED",
              "associationTypeId": 500123,
              "label": "Example Record"
            }
          ]
        }
      ],
      "paging": {}
    }
  ],
  "requestedAt": "2025-03-15T14:30:00Z",
  "startedAt": "2025-03-15T14:30:00Z",
  "completedAt": "2025-03-15T14:30:00Z",
  "numErrors": 100,
  "errors": [
    {
      "status": "active",
      "id": "500123",
      "category": "standard",
      "message": "This is an example description.",
      "errors": [
        {}
      ],
      "context": {
        "key": "value"
      },
      "links": {
        "key": "value"
      }
    }
  ],
  "links": {
    "key": "value"
  }
}