curl --request GET \
--url https://api.hubapi.com/feature-flags/v3/{appId}/flags/{flagName}/portals/{portalId} \
--header 'Authorization: Bearer <token>'{
"appId": 123,
"flagName": "<string>",
"flagState": "ABSENT",
"portalId": 123
}特定のHubSpotアカウントのアカウントレベルのフラグ状態を取得します。
curl --request GET \
--url https://api.hubapi.com/feature-flags/v3/{appId}/flags/{flagName}/portals/{portalId} \
--header 'Authorization: Bearer <token>'{
"appId": 123,
"flagName": "<string>",
"flagState": "ABSENT",
"portalId": 123
}Supported products
The access token received from the authorization server in the OAuth 2.0 flow.
アプリのID。
フラグの名前(「hs-release-app-cards」または「hs-hide-crm-cards」)。
アプリをインストールしたアカウントのID。