Feature
For instructions on how to authenticate to use this endpoint, see API overview.
Create, read, update and delete feature flags. See docs for more information on feature flags.
If you're looking to use feature flags on your application, you can either use our JavaScript Library or our dedicated endpoint to check if feature flags are enabled for a given user.
Endpoints
List all feature flags
Path Parameters
- project_idstring
Query Parameters
- limitinteger
- offsetinteger
Response
Request
GET 
Response
Create feature flags
Path Parameters
- project_idstring
Request Parameters
- namestringcontains the description for the flag (field name nameis kept for backwards-compatibility)
- keystring
- filtersobject
- deletedboolean
- activeboolean
- created_atstring
- ensure_experience_continuityboolean
- rollback_conditionsobject
- performed_rollbackboolean
- tagsarray
- analytics_dashboardsarray
- has_enriched_analyticsboolean
Response
Request
POST 
Response
List all feature flags role access
Path Parameters
- parent_lookup_feature_flag_idstring
- project_idstring
Query Parameters
- limitinteger
- offsetinteger
Response
Request
GET 
Response
Create feature flags role access
Path Parameters
- parent_lookup_feature_flag_idstring
- project_idstring
Request Parameters
- role_idstring
Response
Request
POST 
Response
Retrieve feature flags role access
Path Parameters
- idinteger
- parent_lookup_feature_flag_idstring
- project_idstring
Response
Request
GET 
Response
Delete feature flags role access
Path Parameters
- idinteger
- parent_lookup_feature_flag_idstring
- project_idstring
Request
DELETE 
Response
No responseRetrieve feature flags
Path Parameters
- idinteger
- project_idstring
Response
Request
GET 
Response
Update feature flags
Path Parameters
- idinteger
- project_idstring
Request Parameters
- namestringcontains the description for the flag (field name nameis kept for backwards-compatibility)
- keystring
- filtersobject
- deletedboolean
- activeboolean
- created_atstring
- ensure_experience_continuityboolean
- rollback_conditionsobject
- performed_rollbackboolean
- tagsarray
- analytics_dashboardsarray
- has_enriched_analyticsboolean
Response
Request
PATCH 
Response
Delete feature flags
Hard delete of this model is not allowed. Use a patch API call to set "deleted" to true
Path Parameters
- idinteger
- project_idstring
Request
DELETE 
Response
No responseRetrieve feature flags activity retrieve
Path Parameters
- idinteger
- project_idstring
Response
Request
GET 
Response
Create feature flags dashboard
Path Parameters
- idinteger
- project_idstring
Request Parameters
- namestringcontains the description for the flag (field name nameis kept for backwards-compatibility)
- keystring
- filtersobject
- deletedboolean
- activeboolean
- created_atstring
- ensure_experience_continuityboolean
- rollback_conditionsobject
- performed_rollbackboolean
- tagsarray
- analytics_dashboardsarray
- has_enriched_analyticsboolean
Response
Request
POST 
Response
Create feature flags enrich usage dashboard
Path Parameters
- idinteger
- project_idstring
Request Parameters
- namestringcontains the description for the flag (field name nameis kept for backwards-compatibility)
- keystring
- filtersobject
- deletedboolean
- activeboolean
- created_atstring
- ensure_experience_continuityboolean
- rollback_conditionsobject
- performed_rollbackboolean
- tagsarray
- analytics_dashboardsarray
- has_enriched_analyticsboolean
Response
Request
POST 
Response
Retrieve feature flags activity
Path Parameters
- project_idstring
Response
Request
GET 
Response
Retrieve feature flags evaluation reasons
Path Parameters
- project_idstring
Response
Request
GET 
Response
Retrieve feature flags local evaluation
Path Parameters
- project_idstring
Response
Request
GET 
Response
Retrieve feature flags my flags
Path Parameters
- project_idstring
Response
Request
GET 
Response
Create feature flags user blast radius
Path Parameters
- project_idstring
Request Parameters
- namestringcontains the description for the flag (field name nameis kept for backwards-compatibility)
- keystring
- filtersobject
- deletedboolean
- activeboolean
- created_atstring
- ensure_experience_continuityboolean
- rollback_conditionsobject
- performed_rollbackboolean
- tagsarray
- analytics_dashboardsarray
- has_enriched_analyticsboolean
Response
Request
POST 
Response