cURL
curl --request GET \ --url 'https://api.hubapi.com/feature-flags/v3/{appId}/flags/{flagName}/portals/{portalId}?hapikey='
{ "appId": 123, "flagName": "<string>", "flagState": "ABSENT", "portalId": 123 }
Retrieve the account-level flag state of a specific HubSpot account.
Supported products
The ID of the app.
The name of the flag, either hs-release-app-cards or hs-hide-crm-cards.
hs-release-app-cards
hs-hide-crm-cards
The ID of the account that installed the app.
successful operation
The ID of the app
The name of the flag
The state of the flag for this portal
ABSENT
OFF
ON
The ID of the portal
Was this page helpful?