curl --request GET \
--url 'https://api.hubapi.com/feature-flags/v3/{appId}/flags/{flagName}/portals?hapikey='{
"portalFlagStates": [
{
"appId": 123,
"flagName": "<string>",
"flagState": "ABSENT",
"portalId": 123
}
]
}指定されたアプリのアカウントレベルのフラグ設定があるHubSpotアカウントのリストを取得します。リクエスト本文は含まれません。
curl --request GET \
--url 'https://api.hubapi.com/feature-flags/v3/{appId}/flags/{flagName}/portals?hapikey='{
"portalFlagStates": [
{
"appId": 123,
"flagName": "<string>",
"flagState": "ABSENT",
"portalId": 123
}
]
}アプリのID。
フラグの名前(「hs-release-app-cards」または「hs-hide-crm-cards」)。
successful operation
Show child attributes