List all Segments
Returns a list of all segments.
HTTP Response Examples
200
{
"Status": true,
"Message": "",
"Response": {
"segments": [
{
"id": 1715,
"name": "Test Segment",
"description": "API Test Segment",
"search": "",
"status": "Active",
"segmentType": "Static",
"is_call_list": false,
"total_members": 0,
"total_optout_sms": 0,
"total_enabled_sms": 0,
"total_optout_push": 0,
"total_enabled_push": 0,
"total_optout_email": 0,
"total_optout_phone": 0
}
]
}
}