HubSpot · Example Payload

Hubspot Crm Feature Flags Error Example

AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

Hubspot Crm Feature Flags 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 JSON",
  "subCategory": "INVALID_PARAMETER",
  "context": {
    "key": "value"
  },
  "links": {
    "key": "value"
  },
  "errors": [
    {
      "message": "flagState is required",
      "code": "REQUIRED_FIELD",
      "subCategory": "MISSING_FIELD",
      "in": "body",
      "context": {
        "key": "value"
      }
    }
  ]
}