Unleash Environments API
Create, update, delete, enable or disable [environments](https://docs.getunleash.io/concepts/environments) for this Unleash instance.
Unleash Environments API is one of 36 APIs that Unleash publishes on the APIs.io network, described by a machine-readable OpenAPI specification.
Tagged areas include Environments. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.
This API exposes 11 operations across 9 paths, and defines 13 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.
Metadata
The identity and technical contract details declared by the specification.
Authentication & Security 2
Unleash Environments 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 APIbearerToken— API key needed to access this API, in Bearer token format
Paths & Operations 11
Across 9 paths, the API surfaces 11 operations — 1 DELETE, 3 GET, 5 POST, 2 PUT. Each is listed below with its method, path, parameters, and response codes.
Create, update, delete, enable or disable [environments](https://docs.getunleash.io/concepts/environments) for this Unleash instance.
Schemas 13
The contract defines 13 schemas that model the data the API accepts and returns. The most detailed are featureStrategySchema (10 properties), environmentProjectSchema (10 properties), environmentSchema (9 properties), constraintSchema (6 properties). Each schema is shown below with its type and property counts.
Specification
The full machine-readable OpenAPI contract behind this narrative.
Source
More from Unleash 12
Other APIs Unleash publishes across the network.