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 Unstable API

Experimental endpoints that may change or disappear at any time.

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

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

This API exposes 43 operations across 36 paths, and defines 45 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.

43 operations 36 paths 45 schemas 6 DELETE19 GET14 POST4 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 Unstable 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 43

Across 36 paths, the API surfaces 43 operations — 6 DELETE, 19 GET, 14 POST, 4 PUT. Each is listed below with its method, path, parameters, and response codes.

Unstable 43

Experimental endpoints that may change or disappear at any time.

POST
/api/admin/projects/archive/{projectId}
Archive Project
archiveProject 1 param → 200400401403
POST
/api/admin/projects/revive/{projectId}
Revive Project
reviveProject 1 param → 200400401403
GET
/api/admin/metrics/connection
Get Aggregated Metered Connections for a Given Time Period.
getConnectionsForPeriod 3 params → 200
GET
/api/admin/metrics/request
Get Aggregated Metered Requests for a Given Time Period.
getRequestsForPeriod 3 params → 200
GET
/api/admin/insights
Get Instance Information
getInstanceInsights 2 params → 200
PUT
/api/admin/email-subscription/{subscription}
Subscribe to Email Subscription
subscribeEmailSubscription 1 param → 202401404
DELETE
/api/admin/email-subscription/{subscription}
Unsubscribe From Email Subscription
unsubscribeEmailSubscription 1 param → 202401404
GET
/api/admin/licensed-users
Retrieves All Licensed Users Data.
getAllLicensedUsers → 200
POST
/api/client/edge-licensing/heartbeat
Heartbeat for Enterprise Edge Instances.
edgeInstanceHeartbeat → 202400
GET
/api/admin/projects/{projectId}/change-requests/actionable
Get the Number of Change Requests You Can Do Something With
getActionableChangeRequests 1 param → 200
GET
/api/admin/feedback
Get All Feedback Events. Limited to 2000 Items.
getFeedback → 200
POST
/feedback
Submit User Feedback
provideFeedback body → 200
POST
/api/admin/cdn/tokens
Create a Cdn Token.
createCDNToken body → 202
GET
/api/admin/cdn/tokens
Get a Cdn Tokens.
getCDNTokens → 200
GET
/api/admin/scim-settings
Get SCIM Settings.
getScimSettings → 200401
POST
/api/admin/scim-settings
Set SCIM Settings.
setScimSettings body → 200400401403415
POST
/api/admin/scim-settings/generate-new-token
Generates a New SCIM API Token.
generateNewToken → 200401403404
GET
/api/client/streaming
Connect to the Streaming Api.
connect → 200401403
GET
/api/client/delta
Get Partial Updates (sdk)
getDelta → 200
POST
/api/admin/streaming/disconnect-all
Disconnect All Clients.
disconnectAll → 200401403
GET
/api/admin/impact-metrics/plausible
Get Plausible Analytics Data
getPlausibleMetrics → 200401403404
POST
/api/admin/projects/{projectId}/features/{featureName}/impact-metrics/config
Save Flag Level Impact Metrics Configuration
saveFeatureImpactMetricsConfig 2 params body → 200401403404
GET
/api/admin/projects/{projectId}/features/{featureName}/impact-metrics/config
Get Impact Metrics Configurations for a Single Feature
getFlagImpactMetricsConfigsByFeature 2 params → 200404
POST
/api/admin/impact-metrics/config
Save Instance Level Impact Metrics Configuration
saveInstanceImpactMetricsConfig body → 200
GET
/api/admin/impact-metrics/config
Get Impact Metrics Configuration for the Instance
getInstanceImpactMetricsConfigs → 200
DELETE
/api/admin/projects/{projectId}/features/{featureName}/impact-metrics/config/{id}
Delete Flag Level Impact Metric Configuration
deleteFlagImpactMetricConfig 3 params → 204401403
DELETE
/api/admin/impact-metrics/config/{id}
Delete Instance Level Impact Metric Configuration
deleteInstanceImpactMetricConfig 1 param → 204401403
PUT
/api/admin/projects/{project}/features/{featureName}/environments/{environment}/progressions/{id}
Create or Update a Milestone Progression
changeMilestoneProgression 4 params body → 200401403
DELETE
/api/admin/projects/{project}/features/{featureName}/environments/{environment}/progressions/{id}
Delete a Milestone Progression
deleteMilestoneProgression 4 params → 204401403404
POST
/api/admin/projects/{project}/features/{featureName}/environments/{environment}/progressions/{planId}/resume
Resume Paused Milestone Progressions
resumeMilestoneProgressions 4 params → 200401403404
PUT
/api/admin/projects/{project}/features/{featureName}/environments/{environment}/release-plans/{planId}/safeguards
Change a Safeguard
changeSafeguard 4 params body → 204401403
DELETE
/api/admin/projects/{project}/features/{featureName}/environments/{environment}/release-plans/{planId}/safeguards/{safeguardId}
Delete a Safeguard
deleteSafeguard 5 params → 204401403404
GET
/api/admin/user-admin/{id}/permissions
Returns the List of Permissions for the User
getUserPermissions 3 params → 200401403415
GET
/api/admin/projects/{projectId}/status
Get Project Status
getProjectStatus 1 param → 200401403404
GET
/api/admin/projects/{projectId}/features/{featureName}/lifecycle
Get Feature Lifecycle
getFeatureLifecycle 2 params → 200401403404
POST
/api/admin/projects/{projectId}/features/{featureName}/lifecycle/complete
Set Feature Completed
complete 2 params body → 200401403404
POST
/api/admin/projects/{projectId}/features/{featureName}/lifecycle/uncomplete
Set Feature Uncompleted
uncomplete 2 params → 200401403404
POST
/api/admin/projects/{projectId}/features/{featureName}/link
Create a Feature Link
createFeatureLink 2 params body → 204400401403415
PUT
/api/admin/projects/{projectId}/features/{featureName}/link/{linkId}
Update a Feature Link
updateFeatureLink 3 params body → 204400401403404415
DELETE
/api/admin/projects/{projectId}/features/{featureName}/link/{linkId}
Delete a Feature Link
deleteFeatureLink 3 params → 204401403404
GET
/api/admin/lifecycle/count
Get All Features Lifecycle Stage Count
getFeatureLifecycleStageCount → 200401403404
GET
/api/admin/personal-dashboard
Get Personal Dashboard
getPersonalDashboard → 200401403404
GET
/api/admin/personal-dashboard/{projectId}
Get Personal Project Details
getPersonalDashboardProjectDetails 1 param → 200401403404

Schemas 45

The contract defines 45 schemas that model the data the API accepts and returns. The most detailed are userSchema (17 properties), impactMetricsConfigSchema (11 properties), clientFeatureSchema (10 properties), featureStrategySchema (10 properties). Each schema is shown below with its type and property counts.

milestoneProgressionSchema
object
A milestone progression configuration
3 properties 3 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
featureLinkSchema
object
The link to any URL related to the feature
2 properties 1 required
personalDashboardSchema
object
Project and flags relevant to the user
4 properties 4 required
featureStrategySchema
object
A single activation strategy configuration schema for a feature
10 properties 1 required
projectActivitySchema
array
An array of project activity information. Each item contains a date and the total number of activities for that date.
licensedUsersSchema
object
A response model representing user license data.
2 properties 2 required
scimTokenSchema
object
An object describing a SCIM provisioning API token.
1 property 1 required
featureLifecycleCompletedSchema
object
A feature that has been marked as completed
2 properties 1 required
changeMilestoneProgressionSchema
object
Request body to create or update a milestone progression
2 properties 2 required
userSchema
object
An Unleash user
17 properties 1 required
meteredConnectionsSchema
object
Contains the recorded metered groups connections segmented by day/month
3 properties 3 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
featureLifecycleCountSchema
object
A number features in each of the lifecycle stages
5 properties 5 required
overrideSchema
object
An override for deciding which variant should be assigned to a user based on the context name
2 properties 2 required
clientSegmentSchema
object
Represents a client API segment of users defined by a set of constraints.
3 properties 2 required
projectStatusSchema
object
Schema representing the overall status of a project, including an array of activity records. Each record in the activity array contains a date and a count, pro…
6 properties 6 required
feedbackListSchema
array
A list of feedback items.
featureLifecycleSchema
array
A list of lifecycle stages for a given feature
createImpactMetricsConfigSchema
object
Describes the configuration for a single impact metric chart.
7 properties 5 required
instanceInsightsSchema
object
A summary of this Unleash instance's usage statistics, including user and flag counts, and trends over time.
7 properties 7 required
actionableChangeRequestsSchema
object
Data related to actionable change requests in a project.
1 property 1 required
cdnApiTokensSchema
object
List of CDN tokens.
1 property
dependentFeatureSchema
object
Feature dependency on a parent feature in read model
3 properties 1 required
provideFeedbackSchema
object
Schema representing the creation of feedback information.
5 properties 1 required
scimSettingsSchema
object
An object describing settings for SCIM provisioning.
2 properties 2 required
clientFeaturesDeltaSchema
object
Schema for delta updates of feature configurations.
1 property 1 required
edgeLicenseStateSchema
object
A model representing the Edge license state response.
1 property 1 required
licensedUserSchema
object
A schema representing a single licensed user data point.
2 properties 2 required
impactMetricsConfigSchema
object
Describes the configuration for a single impact metric chart.
11 properties 8 required
transitionConditionSchema
object
A transition condition for milestone progression
1 property 1 required
meteredRequestsSchema
object
Contains the recorded metered groups requests segmented by day/month
3 properties 3 required
personalDashboardProjectDetailsSchema
object
Project details in personal dashboard
5 properties 5 required
roleSchema
object
A role holds permissions to allow Unleash to decide what actions a role holder is allowed to perform
5 properties 3 required
userAccessOverviewSchema
object
Describes the access overview (list of permissions and metadata) for a user.
4 properties 4 required
impactMetricsConfigListSchema
object
A list of impact metrics configurations for a feature flag.
1 property 1 required
parametersSchema
object
A list of parameters for a strategy
safeguardTriggerConditionSchema
object
The condition that triggers the safeguard.
2 properties 2 required
setScimSettingsSchema
object
An object describing settings for SCIM provisioning.
1 property 1 required
feedbackSchema
object
Schema representing feedback information.
7 properties 7 required
cdnApiTokenSchema
object
The data required to create an CDN API token.
4 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
createSafeguardSchema
object
Request body to create a safeguard with metric-based alert condition.
2 properties 2 required
clientFeatureSchema
object
Feature flag configuration used by SDKs to evaluate state of a flag
10 properties 2 required
plausibleMetricsResponseSchema
object
Response containing Plausible analytics data for favorite events.
1 property 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

unleash-unstable-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 Unstable 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.