Get strategies that reference segment
GET<your-unleash-url>/api/admin/segments/:id/strategies
Retrieve all strategies that reference the specified segment.
Request
Responses
- 200
segmentStrategiesSchema
Authorization: Authorization
name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L '<your-unleash-url>/api/admin/segments/:id/strategies' \
-H 'Accept: application/json' \
-H 'Authorization: <API_KEY_VALUE>'
ResponseClear