Evaluate an Unleash context against a set of environments and projects.
Deprecated. Will be removed in the next Unleash major update. Use the provided context, environment, and projects to evaluate toggles on this Unleash instance. Returns a list of all toggles that match the parameters and what they evaluate to. The response also contains the input parameters that were provided.
Authentication
Authorizationstring
API key needed to access this API
OR
AuthorizationBearer
API key needed to access this API, in Bearer token format
Request
playgroundRequestSchema
environment
The environment to evaluate feature flags in.
context
The Unleash context as modeled in client SDKs
projects
A list of projects to check for feature flags in.
Response
playgroundResponseSchema
input
The given input used to evaluate the features.
features
The list of features that have been evaluated.