HubSpot · Example Payload

Hubspot Blog Posts Error Example

AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

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

Top-level fields

categorycorrelationIdmessagesubCategorycontextlinkserrors

Example Payload

Raw ↑
{
  "category": "standard",
  "correlationId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
  "message": "This is an example description.",
  "subCategory": "standard",
  "context": {
    "key": "value"
  },
  "links": {
    "key": "value"
  },
  "errors": [
    {
      "message": "This is an example description.",
      "code": "example-value",
      "subCategory": "standard",
      "in": "example-value",
      "context": {
        "key": "value"
      }
    }
  ]
}