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 \
  --header 'Authorization: Bearer <token>'
{
  "flagsForApp": [
    "<string>"
  ]
}

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

Response

successful operation

flagsForApp
string[]
required
Last modified on April 17, 2026