Environments
Get the environment with `name`
Retrieves the environment with name if it exists in this Unleash instance
get/api/admin/environments/{name}
Path parameters
namestring required
Response
environmentSchema
Example response
{
"name": "my-dev-env",
"type": "development",
"enabled": true,
"protected": true,
"sortOrder": 3,
"projectCount": 10,
"apiTokenCount": 6,
"enabledToggleCount": 10,
"requiredApprovals": 3
}