Contacts
Get all the Segments
get/contacts/segments
Query parameters
limitinteger required
Number of documents per page
offsetinteger required
Index of the first document of the page
sort'asc' | 'desc'
Sort the results in the ascending/descending order of record creation. Default order is descending if sort is not passed
Response
Folders informations
Example response
{
"segments": {
"id": 23,
"segmentName": "My Segment",
"categoryName": "New Category",
"updatedAt": "2017-03-13T17:05:09Z"
},
"count": 10
}