HubSpot · Example Payload

Crm Feature Flags Api Batch Portal Flag State Response With Errors Example

AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

Crm Feature Flags Api Batch Portal Flag State Response With Errors 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

statusresultserrorsstartedAtcompletedAt

Example Payload

Raw ↑
{
  "status": "COMPLETE",
  "results": [
    {
      "appId": 12345678,
      "flagName": "new-dashboard-feature",
      "portalId": 98765432,
      "flagState": {}
    }
  ],
  "errors": [
    {
      "status": "error",
      "category": "VALIDATION_ERROR",
      "message": "Invalid portal ID",
      "context": {
        "key": "value"
      }
    }
  ],
  "startedAt": "2025-03-15T14:30:00Z",
  "completedAt": "2025-03-15T14:30:00Z"
}