HubSpot · Example Payload

Crm Contacts Api Batch Response Contact Example

AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

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

Top-level fields

statusresultscompletedAt

Example Payload

Raw ↑
{
  "status": "active",
  "results": [
    {
      "id": "500123",
      "properties": {
        "key": "value"
      },
      "createdAt": "2025-03-15T14:30:00Z",
      "updatedAt": "2025-03-15T14:30:00Z",
      "archived": true,
      "associations": {
        "key": "value"
      }
    }
  ],
  "completedAt": "2025-03-15T14:30:00Z"
}