curl --request GET \
--url https://api.topsort.com/public/v1/segment-service/segments
{
"segments": [
{
"description": "<string>",
"id": "<string>",
"name": "<string>",
"total": 123
}
]
}
Retrieve a list of segments.
curl --request GET \
--url https://api.topsort.com/public/v1/segment-service/segments
{
"segments": [
{
"description": "<string>",
"id": "<string>",
"name": "<string>",
"total": 123
}
]
}
Successful Response
The response is of type object
.