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
}
]
}Retrieve a list of HubSpot accounts with an account-level flag setting for the specified app. No request body is included.
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
}
]
}Supported products
The maximum number of results to display per page.
successful operation
Show child attributes
Was this page helpful?