Pular para o conteúdo 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

Autorizações

Authorization
string
header
obrigatório

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

Parâmetros de caminho

appId
integer<int32>
obrigatório

Resposta

successful operation

flagsForApp
string[]
obrigatório
Last modified on April 13, 2026