HubSpot · Example Payload

Hubspot Commerce Payments Search Response Example

AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

Hubspot Commerce Payments Search Response 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

totalresultspaging

Example Payload

Raw ↑
{
  "total": 10,
  "results": [
    {
      "id": "500123",
      "properties": {
        "key": "value"
      },
      "createdAt": "2025-03-15T14:30:00Z",
      "updatedAt": "2025-03-15T14:30:00Z",
      "archived": true,
      "archivedAt": "2025-03-15T14:30:00Z",
      "associations": {
        "key": "value"
      },
      "propertiesWithHistory": {
        "key": "value"
      }
    }
  ],
  "paging": {
    "next": {
      "after": "example-value",
      "link": "https://app.hubspot.com/contacts/12345"
    },
    "prev": {
      "before": "example-value",
      "link": "https://app.hubspot.com/contacts/12345"
    }
  }
}