HubSpot · Example Payload

Hubspot Source Code Error Detail Example

AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

Hubspot Source Code Error Detail 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

messagecodesubCategoryincontext

Example Payload

Raw ↑
{
  "message": "Required property 'path' is missing",
  "code": "MISSING_REQUIRED_PROPERTY",
  "subCategory": "standard",
  "in": "body",
  "context": {
    "missingScopes": [
      "scope1",
      "scope2"
    ]
  }
}