curl --request GET \
--url https://api.hubapi.com/feature-flags/v3/{appId}/flags/{flagName}/portals \
--header 'Authorization: Bearer <token>'{
"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 \
--header 'Authorization: Bearer <token>'{
"portalFlagStates": [
{
"appId": 123,
"flagName": "<string>",
"flagState": "ABSENT",
"portalId": 123
}
]
}Supported products
The access token received from the authorization server in the OAuth 2.0 flow.
The maximum number of results to display per page.
successful operation
Show child attributes
Was this page helpful?