HubSpot · Example Payload

Hubspot Source Code Error Example

AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

Hubspot Source Code 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": "VALIDATION_ERROR",
  "correlationId": "aeb5f871-7f07-4993-9211-075dc63e7cbf",
  "message": "Invalid input (details will vary based on the error)",
  "subCategory": "standard",
  "context": {
    "missingScopes": [
      "scope1",
      "scope2"
    ],
    "invalidPropertyName": [
      "propertyValue"
    ]
  },
  "links": {
    "knowledge-base": "https://www.hubspot.com/products/service/knowledge-base"
  },
  "errors": [
    {
      "message": "Required property 'path' is missing",
      "code": "MISSING_REQUIRED_PROPERTY",
      "subCategory": "standard",
      "in": "body",
      "context": {
        "missingScopes": [
          "scope1",
          "scope2"
        ]
      }
    }
  ]
}