HubSpot · Example Payload

Crm Feature Flags Api Portal Flag State Collection Example

AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

Crm Feature Flags Api Portal Flag State Collection Example is an example object payload from HubSpot, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

portalFlagStatespaging

Example Payload

Raw ↑
{
  "portalFlagStates": [
    {
      "appId": 12345678,
      "flagName": "new-dashboard-feature",
      "portalId": 98765432,
      "flagState": {}
    }
  ],
  "paging": {
    "next": {
      "after": "NTI1Cg%3D%3D",
      "link": "https://api.hubapi.com/feature-flags/v3/12345678/flags/new-dashboard-feature/portals?after=NTI1Cg%3D%3D"
    }
  }
}