You're among the first to explore our new HubSpot developer docs. Dive in and share your feedback here.
App Management
English
cURL
curl --request GET \ --url https://api.hubapi.com/feature-flags/v3/{appId}/flags/{flagName}
{ "overrideState": "OFF", "defaultState": "OFF", "appId": 123, "flagName": "<string>" }
Retrieve the current status of the app’s feature flags. No request body is included.
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 app.
successful operation
The response is of type object.
object
Was this page helpful?