Skip to main content

Get a feature environment

GET 

<your-unleash-url>/api/admin/projects/:projectId/features/:featureName/environments/:environment

Information about the enablement status and strategies for a feature flag in specified environment.

Request

Responses

featureEnvironmentSchema

Authorization: Authorization

name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API
curl -L '<your-unleash-url>/api/admin/projects/:projectId/features/:featureName/environments/:environment' \
-H 'Accept: application/json' \
-H 'Authorization: <API_KEY_VALUE>'
Request Collapse all
Base URL
<your-unleash-url>
Auth
Parameters
— pathrequired
— pathrequired
— pathrequired
ResponseClear

Click the Send API Request button above and see the response here!