HubSpot · Example Payload

Hubspot Crm Companies Search Request Example

AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

Hubspot Crm Companies Search Request Example is an example object payload from HubSpot, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

filterGroupssortsquerypropertieslimitafter

Example Payload

Raw ↑
{
  "filterGroups": [
    {
      "filters": [
        {}
      ]
    }
  ],
  "sorts": [
    {
      "propertyName": "Example Record",
      "direction": "ASCENDING"
    }
  ],
  "query": "example-value",
  "properties": [
    "example-value"
  ],
  "limit": 100,
  "after": "example-value"
}