Passer au contenu principal
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

Autorisations

Authorization
string
header
requis

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

Paramètres de chemin

appId
integer<int32>
requis

Réponse

successful operation

flagsForApp
string[]
requis
Last modified on June 8, 2026