Segment List

This will return a list of Segment Objects. The result may also have a pages object if the response is paginated.

type
string

The type of the object

Value: "segment.list"
Array of objects (Segment)

A list of Segment objects

pages
object

A pagination object, which may be empty, indicating no further pages to fetch.

{ "type": "segment.list", "segments": [ ], "pages": { } }