Get all segments
GET<your-unleash-url>/api/admin/segments
Retrieves all segments that exist in this Unleash instance.
Responses
- 200
segmentsSchema
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' \
-H 'Accept: application/json' \
-H 'Authorization: <Authorization>'
ResponseClear