Skip to main content
GET
Retrieve account flag state

Supported products

Authorizations

Authorization
string
header
required

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

Path Parameters

appId
integer<int32>
required
flagName
string
required
portalId
integer<int32>
required

Response

successful operation

appId
integer<int32>
required

The ID of the app

flagName
string
required

The name of the flag

flagState
enum<string>
required

The state of the flag for this portal

Available options:
ABSENT,
OFF,
ON
portalId
integer<int32>
required

The ID of the portal

Last modified on March 30, 2026