HubSpot · Example Payload

Crm Search Api Search Response Example

AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

Crm Search Api 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
    }
  ],
  "paging": {
    "next": {
      "after": "example-value",
      "link": "https://app.hubspot.com/contacts/12345"
    }
  }
}