Skip to main content

Get feature flag strategies

GET 

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

Get strategies defined for a feature flag in the specified environment.

Request

Responses

featureStrategySchema

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/strategies' \
-H 'Accept: application/json' \
-H 'Authorization: <Authorization>'
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!