Entity Feature Flag

Get All Feature Flags for an Entity

get
/entities/{entityId}/featureFlags

Get all Feature Flags for specific entity.

Path parameters
entityIdstringRequired
Query parameters
entityIdstringRequired

The Id of the entity.

Example: dummy-entityid
Header parameters
apikeystringRequired

The API key for authentication

Example: test
Responses
200

Successful response

application/json
get
/entities/{entityId}/featureFlags

Add new feature flag

post
/entities/{entityId}/featureFlags

Add new feature flag info of specific entity.

Path parameters
entityIdstringRequired
Query parameters
entityIdstringRequired

The Id of the entity.

Example: dummy-entityid
userIdstringRequired

The Id of the user performing the request.

Example: dummy-userid
Header parameters
apikeystringRequired

The API key for authentication

Example: test
tokenstringRequired

The token for user authentication.

Example: dummy-token
Body
descriptionstringOptional
flagNamestringOptional
isEnabledbooleanOptional
Responses
200

Successful response

application/json
post
/entities/{entityId}/featureFlags

Get specific flag info

get
/entities/{entityId}/featureFlags/{flagName}

Get specific flag info.

Path parameters
entityIdstringRequired
flagNamestringRequired
Query parameters
entityIdstringRequired

The Id of the entity.

Example: dummy-entityid
Header parameters
apikeystringRequired

The API key for authentication

Example: test
Responses
200

Successful response

application/json
get
/entities/{entityId}/featureFlags/{flagName}

Update feature flag info

post
/entities/{entityId}/featureFlags/{flagName}/update

Update feature flag info of specific entity.

Path parameters
entityIdstringRequired
flagNamestringRequired
Query parameters
entityIdstringRequired

The Id of the entity.

Example: dummy-entityid
Header parameters
apikeystringRequired

The API key for authentication

Example: test
Body
descriptionstringOptional
Responses
200

Successful response

application/json
post
/entities/{entityId}/featureFlags/{flagName}/update

Get all feature flags via Server-Sent Events

get
/entities/{entityId}/featureFlags/stream

Get all feature flags via Server-Sent Events.

Path parameters
entityIdstringRequired
Query parameters
entityIdstringRequired

The Id of the entity.

Example: dummy-entityid
Header parameters
apikeystringRequired

The API key for authentication

Example: test
Responses
200

Successful response

text/event-stream
Responsestring
get
/entities/{entityId}/featureFlags/stream

Toggle feature flag of an Entity

post
/entities/{entityId}/featureaFlags/{flagName}/toggle

Toggle feature flag of specific entity.

Path parameters
entityIdstringRequired
flagNamestringRequired
Query parameters
entityIdstringRequired

The Id of the entity.

Example: dummy-entityid
userIdstringRequired

The Id of the user performing the request.

Example: dummy-userid
tablestringRequired
Header parameters
apikeystringRequired

The API key for authentication

Example: test
tokenstringRequired

The token for user authentication.

Example: dummy-token
Responses
200

Successful response

application/json
post
/entities/{entityId}/featureaFlags/{flagName}/toggle

Terminate Feature Flag For Entity

get
/entities/{entityId}/featureFlags/{flagName}/terminate

Terminate Feature Flag For Entity

Path parameters
entityIdstringRequired
flagNamestringRequired
Query parameters
entityIdstringRequired

The Id of the entity.

Example: dummy-entityid
userIdstringRequired

The Id of the user performing the request.

Example: dummy-userid
Header parameters
apikeystringRequired

The API key for authentication

Example: test
tokenstringRequired

The token for user authentication.

Example: dummy-token
Responses
200

Successful response

application/json
get
/entities/{entityId}/featureFlags/{flagName}/terminate

Get entity level flags of an Entity

post
/entities/{entityId}/forEntityId/{forEntityId}/featureFlags

Get entity level flags of a particular Entity

Path parameters
entityIdstringRequired
forEntityIdstringRequired
Query parameters
entityIdstringRequired

The Id of the entity.

Example: dummy-entityid
userIdstringRequired

The Id of the user performing the request.

Example: dummy-userid
Header parameters
apikeystringRequired

The API key for authentication

Example: test
tokenstringRequired

The token for user authentication.

Example: dummy-token
Responses
200

Successful response

application/json
post
/entities/{entityId}/forEntityId/{forEntityId}/featureFlags

Last updated