Skip to main content
GET
Retrieve an app's feature flags

Supported products

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

appId
integer<int32>
required
flagName
string
required

The feature flag name

Available options: hs-release-app-cards, hs-hide-crm-cards, hs-release-mcp-server

Response

successful operation

appId
integer<int32>
required

The ID of the app

defaultState
enum<string>
required

The flag state for any portal that doesn't have an override value

Available options:
ABSENT,
OFF,
ON
flagName
string
required

The feature flag name

Available options: hs-release-app-cards, hs-hide-crm-cards, hs-release-mcp-server

overrideState
enum<string>

An optional flag value that overrides all others for this flag name and app, including portal-level values

Available options:
ABSENT,
OFF,
ON
Last modified on April 20, 2026