HubSpot · Example Payload

Hubspot Crm Search Error Example

AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

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

Top-level fields

statusmessagecorrelationIdcategoryerrors

Example Payload

Raw ↑
{
  "status": "active",
  "message": "This is an example description.",
  "correlationId": "500123",
  "category": "standard",
  "errors": [
    {
      "message": "This is an example description.",
      "in": "example-value",
      "code": "example-value"
    }
  ]
}