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.
Create feature flags user blast radius
Path parameters
- project_idstringProject ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/. 
Request parameters
- namestringcontains the description for the flag (field name nameis kept for backwards-compatibility)
- keystring
- filtersobject
- deletedboolean
- activeboolean
- created_atstring
- versioninteger0
- ensure_experience_continuityboolean
- rollback_conditions
- performed_rollbackboolean
- tagsarray
- analytics_dashboardsarray
- has_enriched_analyticsboolean
- creation_contextIndicates the origin product of the feature flag. Choices: 'feature_flags', 'experiments', 'surveys', 'early_access_features', 'web_experiments'. - feature_flags- feature_flags
- experiments- experiments
- surveys- surveys
- early_access_features- early_access_features
- web_experiments- web_experiments
 
- is_remote_configurationboolean
- has_encrypted_payloadsboolean
Request
POST