Get a Segment
Returns a segment by specified id.
Path Parameters
idnumberrequired
The id of the segment.
HTTP Response Examples
200
{
"Status": true,
"Message": "",
"Response": {
"segment": {
"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
}
}
}