Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
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.
A valid API key generated in Topsort's UI. Use the TSE API key if calling auctions or events API, otherwise use the TSC API key.
Successful Response
List of segments.
Show child attributes
¿Esta página le ayudó?