Retrieve all existing segments.
Retrieve a list of all existing segments.
GET
https://api.walkme.com/public/v1/user/system/:SYSTEM_GUID/segment
PATH PARAMS
SYSTEM_GUID String
String
WalkMe System GUID in the format of (8,4,4,4,12): XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
cURL Example
curl --location --request GET 'https://api.walkme.com/public/v1/user/system/:SYSTEM_GUID/segment' \
--header 'Authorization: Bearer {{INSERT BEARER TOKEN}}'