List Contact's Segments
Returns all segments of which the specified contact is a member.
Path Parameters
dsidstringrequired
HTTP Response Examples
200
{
"Status":true,
"Message":"",
"Response":{
"segments":[{
"id":136,
"name":"Sample segment"
}
}
}