Skip to main content
GET
/
feature-flags
/
v3
/
{appId}
/
flags
/
all
cURL
curl --request GET \
  --url 'https://api.hubapi.com/feature-flags/v3/{appId}/flags/all?hapikey='
{
  "flagsForApp": [
    "<string>"
  ]
}

Supported products

Authorizations

hapikey
string
query
required

Path Parameters

appId
integer<int32>
required

Response

successful operation

flagsForApp
string[]
required
Last modified on March 30, 2026