Add Contacts to a Segment
Adding contacts is accomplished by either including an array of contact unique ids (dsid) or passing in a search query which will add all contacts that match the specified criteria.
Path Parameters
idnumberrequired
The id of the segment to add contacts to.
HTTP Response Examples
200
{
"Status": true,
"Message": "",
"Response": {}
}