How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Unleash Features API

Create, update, and delete [feature flags](https://docs.getunleash.io/concepts/feature-flags).

Unleash Features API is one of 36 APIs that Unleash publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Features. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 37 operations across 23 paths, and defines 37 schemas. It is described by OpenAPI 3.0.3, at version 7.4.1.

Requests are made against a single base URL, https://app.unleash-instance.example.com.

37 operations 23 paths 37 schemas 5 DELETE7 GET3 PATCH17 POST5 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
7.4.1
Base URL
https://app.unleash-instance.example.com
Authentication
API Key, HTTP Bearer
Resource Areas
1

Authentication & Security 2

Unleash Features API declares 2 security schemes for authenticating requests. An API key is passed in the header as Authorization (apiKey). It accepts HTTP bearer tokens (bearerToken). By default, every request must be authenticated.

  • apiKey — API key needed to access this API
  • bearerToken — API key needed to access this API, in Bearer token format

Paths & Operations 37

Across 23 paths, the API surfaces 37 operations — 5 DELETE, 7 GET, 3 PATCH, 17 POST, 5 PUT. Each is listed below with its method, path, parameters, and response codes.

Features 37

Create, update, and delete [feature flags](https://docs.getunleash.io/concepts/feature-flags).

POST
/api/admin/projects/{projectId}/features/{featureName}/changeProject
Move Feature to Project
changeProject 2 params body → 200400401403404415
POST
/api/admin/features/validate
Validate a Feature Flag Name.
validateFeature body → 200400401409415
GET
/api/admin/features/{featureName}/tags
Get All Tags for a Feature.
listTags 1 param → 200401403404
POST
/api/admin/features/{featureName}/tags
Adds a Tag to a Feature.
addTag 1 param body → 201400401403404
PUT
/api/admin/features/{featureName}/tags
Updates Multiple Tags for a Feature.
updateTags 1 param body → 200400401403404
DELETE
/api/admin/features/{featureName}/tags/{type}/{value}
Removes a Tag From a Feature.
removeTag 3 params → 200401403404
GET
/api/admin/projects/{projectId}/features/{featureName}/environments/{environment}
Get a Feature Environment
getFeatureEnvironment 3 params → 200401403404
POST
/api/admin/projects/{projectId}/features/{featureName}/environments/{environment}/off
Disable a Feature Flag
toggleFeatureEnvironmentOff 3 params → 200400401403404
POST
/api/admin/projects/{projectId}/features/{featureName}/environments/{environment}/on
Enable a Feature Flag
toggleFeatureEnvironmentOn 3 params → 200400401403404
POST
/api/admin/projects/{projectId}/bulk_features/environments/{environment}/on
Bulk Enable a List of Features
bulkToggleFeaturesEnvironmentOn 2 params body → 200400401403404413415
POST
/api/admin/projects/{projectId}/bulk_features/environments/{environment}/off
Bulk Disable a List of Features
bulkToggleFeaturesEnvironmentOff 2 params body → 200400401403404413415
GET
/api/admin/projects/{projectId}/features/{featureName}/environments/{environment}/strategies
Get Feature Flag Strategies
getFeatureStrategies 3 params → 200401403404
POST
/api/admin/projects/{projectId}/features/{featureName}/environments/{environment}/strategies
Add a Strategy to a Feature Flag
addFeatureStrategy 3 params body → 200401403404
GET
/api/admin/projects/{projectId}/features/{featureName}/environments/{environment}/strategies/{strategyId}
Get a Strategy Configuration
getFeatureStrategy 4 params → 200401403404
PUT
/api/admin/projects/{projectId}/features/{featureName}/environments/{environment}/strategies/{strategyId}
Update a Strategy
updateFeatureStrategy 4 params body → 200400401403404415
PATCH
/api/admin/projects/{projectId}/features/{featureName}/environments/{environment}/strategies/{strategyId}
Change Specific Properties of a Strategy
patchFeatureStrategy 4 params body → 200400401403404415
DELETE
/api/admin/projects/{projectId}/features/{featureName}/environments/{environment}/strategies/{strategyId}
Delete a Strategy From a Feature Flag
deleteFeatureStrategy 4 params → 200401403404
POST
/api/admin/projects/{projectId}/features/{featureName}/environments/{environment}/strategies/set-sort-order
Set Strategy Sort Order
setStrategySortOrder 3 params body → 200400401403
GET
/api/admin/projects/{projectId}/features
Get All Features in a Project
getFeatures 1 param → 200400401403
POST
/api/admin/projects/{projectId}/features
Add a New Feature Flag
createFeature 1 param body → 200401403404415
POST
/api/admin/projects/{projectId}/features/{featureName}/clone
Clone a Feature Flag
cloneFeature 2 params body → 200401403404415
GET
/api/admin/projects/{projectId}/features/{featureName}
Get a Feature
getFeature 2 params → 200401403404
PUT
/api/admin/projects/{projectId}/features/{featureName}
Update a Feature Flag
updateFeature 2 params body → 200401403404415
PATCH
/api/admin/projects/{projectId}/features/{featureName}
Modify a Feature Flag
patchFeature 2 params body → 200401403404415
DELETE
/api/admin/projects/{projectId}/features/{featureName}
Archive a Feature Flag
archiveFeature 2 params → 202401403404
POST
/api/admin/projects/{projectId}/stale
Mark Features as Stale / Not Stale
staleFeatures 1 param body → 202401403415
GET
/api/admin/projects/{projectId}/features/{featureName}/environments/{environment}/variants
Get Variants for a Feature in an Environment
getEnvironmentFeatureVariants 3 params → 200401403404
PATCH
/api/admin/projects/{projectId}/features/{featureName}/environments/{environment}/variants
Patch a Feature's Variants in an Environment
patchEnvironmentsFeatureVariants 3 params body → 200400401403404
PUT
/api/admin/projects/{projectId}/features/{featureName}/environments/{environment}/variants
Create (overwrite) Variants for a Feature in an Environment
overwriteEnvironmentFeatureVariants 3 params body → 200400401403
PUT
/api/admin/projects/{projectId}/features/{featureName}/variants-batch
Create (overwrite) Variants for a Feature Flag in Multiple Environments
overwriteFeatureVariantsOnEnvironments 2 params body → 200400401403
POST
/api/admin/projects/{projectId}/archive/validate
Validates Archive Features
validateArchiveFeatures 1 param body → 200400401403415
POST
/api/admin/projects/{projectId}/archive
Archives a List of Features
archiveFeatures 1 param body → 202400401403415
POST
/api/admin/constraints/validate
Validate Constraint
validateConstraint body → 204400401403415
POST
/api/admin/projects/{projectId}/features/{featureName}/favorites
Add Feature to Favorites
addFavoriteFeature 2 params → 200401404
DELETE
/api/admin/projects/{projectId}/features/{featureName}/favorites
Remove Feature From Favorites
removeFavoriteFeature 2 params → 200401404
POST
/api/admin/projects/{projectId}/favorites
Add Project to Favorites
addFavoriteProject 1 param → 200401404
DELETE
/api/admin/projects/{projectId}/favorites
Remove Project From Favorites
removeFavoriteProject 1 param → 200401404

Schemas 37

The contract defines 37 schemas that model the data the API accepts and returns. The most detailed are featureSchema (22 properties), featureEnvironmentSchema (19 properties), releasePlanSchema (12 properties), featureStrategySchema (10 properties). Each schema is shown below with its type and property counts.

updateFeatureStrategySchema
object
Update a strategy configuration in a feature
6 properties
projectFeatureEnvironmentSchema
object
A detailed description of the feature environment
8 properties 6 required
constraintSchema
object
A strategy constraint. For more information, refer to [the strategy constraint reference documentation](https://docs.getunleash.io/concepts/activation-strategi…
6 properties 2 required
featureSchema
object
A feature flag definition
22 properties 1 required
updateFeatureSchema
object
Data used for updating a feature flag
5 properties
featureStrategySchema
object
A single activation strategy configuration schema for a feature
10 properties 1 required
validateFeatureSchema
object
Data used to validate a feature flag's name.
2 properties 1 required
pushVariantsSchema
object
Data used when copying variants into a new environment.
2 properties
validateArchiveFeaturesSchema
object
Validation details for features archive operation
2 properties 2 required
variantSchema
object
A variant allows for further separation of users into segments. See [our excellent documentation](https://docs.getunleash.io/concepts/feature-flag-variantswhat…
6 properties 2 required
createFeatureSchema
object
Data used to create a new feature flag.
5 properties 1 required
releasePlanMilestoneStrategySchema
object
Schema representing the creation of a release plan milestone strategy.
9 properties 4 required
overrideSchema
object
An override for deciding which variant should be assigned to a user based on the context name
2 properties 2 required
updateTagsSchema
object
Represents a set of changes to a feature's tags, such as adding or removing tags.
2 properties 2 required
patchSchema
object
A [JSON patch](https://www.rfc-editor.org/rfc/rfc6902) operation description
4 properties 2 required
changeProjectSchema
object
Data required to move a feature flag to a project.
1 property 1 required
batchStaleSchema
object
A list of features to operate on and whether they should be marked as stale or as not stale.
2 properties 2 required
releasePlanMilestoneSchema
object
Schema representing the creation of a release plan milestone.
9 properties 4 required
releasePlanSchema
object
Schema representing the creation of a release plan.
12 properties 9 required
safeguardSchema
object
A safeguard configuration for a release plan.
4 properties 4 required
cloneFeatureSchema
object
Copy of a feature with a new name
2 properties 1 required
patchesSchema
array
A list of patches
featureEnvironmentSchema
object
A detailed description of the feature environment
19 properties 2 required
featureVariantsSchema
object
A versioned collection of feature flag variants.
2 properties 2 required
setStrategySortOrderSchema
array
An array of strategies with their new sort order
createFeatureStrategySchema
object
Create a strategy configuration in a feature
8 properties 1 required
tagsSchema
object
A list of tags with a version number
2 properties 2 required
bulkToggleFeaturesSchema
object
The feature list used for bulk toggle operations
1 property 1 required
tagSchema
object
Representation of a [tag](https://docs.getunleash.io/concepts/feature-flagstags)
3 properties 2 required
variantsSchema
array
A list of variants
parametersSchema
object
A list of parameters for a strategy
safeguardTriggerConditionSchema
object
The condition that triggers the safeguard.
2 properties 2 required
strategyVariantSchema
object
This is an experimental property. It may change or be removed as we work on it. Please don't depend on it yet. A strategy variant allows you to attach any data…
5 properties 4 required
projectFeaturesSchema
object
A list of features in a project
2 properties 2 required
batchFeaturesSchema
object
A list of feature flag names for batch operations
1 property 1 required
createStrategyVariantSchema
object
This is an experimental property. It may change or be removed as we work on it. Please don't depend on it yet. A strategy variant allows you to attach any data…
5 properties 4 required
projectFeatureSchema
object
A project feature flag definition
10 properties 9 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

unleash-features-api-openapi.yml Raw ↑

Other APIs Unleash publishes across the network.

Unleash Client API
Unleash Addons API
Unleash Admin UI API
Unleash API tokens API
Unleash Archive API
Unleash Auth API
Unleash Banners API
Unleash Change Requests API
Unleash Context API
Unleash Dependencies API
Unleash Environments API
Unleash Events API
Where this information came from

This is an independent, third-party profile of Unleash Features API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.