HubSpot · Example Payload

Hubspot Crm Deals Collection Response Deal Example

AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

Hubspot Crm Deals Collection Response Deal 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",
      "properties": {
        "key": "value"
      },
      "createdAt": "2025-03-15T14:30:00Z",
      "updatedAt": "2025-03-15T14:30:00Z",
      "archived": true,
      "associations": {
        "key": "value"
      }
    }
  ],
  "paging": {
    "next": {
      "after": "example-value"
    }
  }
}