Zum Hauptinhalt springen
GET
/
feature-flags
/
v3
/
{appId}
/
flags
/
{flagName}
/
portals
Retrieve accounts with a set flag state
curl --request GET \
  --url 'https://api.hubapi.com/feature-flags/v3/{appId}/flags/{flagName}/portals?hapikey='
{
  "portalFlagStates": [
    {
      "appId": 123,
      "flagName": "<string>",
      "flagState": "ABSENT",
      "portalId": 123
    }
  ]
}

Supported products

Autorisierungen

hapikey
string
query
erforderlich

Pfadparameter

appId
integer<int32>
erforderlich
flagName
string
erforderlich

Abfrageparameter

limit
integer<int32>

The maximum number of results to display per page.

startPortalId
integer<int32>

Antwort

successful operation

portalFlagStates
object[]
erforderlich
Last modified on April 9, 2026