curl --request GET \
--url https://api.topsort.com/public/v1/segment-service/segments \
--header 'Authorization: Bearer <token>'{
"segments": [
{
"name": "<string>",
"description": "<string>",
"id": "<string>",
"total": 123
}
]
}Retrieve a list of segments.
curl --request GET \
--url https://api.topsort.com/public/v1/segment-service/segments \
--header 'Authorization: Bearer <token>'{
"segments": [
{
"name": "<string>",
"description": "<string>",
"id": "<string>",
"total": 123
}
]
}A valid API key generated in Topsort's UI.
Successful Response
List of segments.
Was this page helpful?