メインコンテンツへスキップ
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 \
  --header 'Authorization: Bearer <token>'
{
  "portalFlagStates": [
    {
      "appId": 123,
      "flagName": "<string>",
      "portalId": 123
    }
  ]
}

Supported products

承認

Authorization
string
header
必須

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

パスパラメータ

appId
integer<int32>
必須
flagName
string
必須

クエリパラメータ

limit
integer<int32>

The maximum number of results to display per page.

startPortalId
integer<int32>

レスポンス

successful operation

portalFlagStates
object[]
必須
最終更新日 2026年6月5日