Contact segment folders REST Endpoints

Application/2.0/Contact segment folders
Campaign folders organize your campaign assets.
Add content to a folder
Method: patch
Path: /api/rest/2.0/assets/contact/segment/folder/{id}/contents
Create a folder
Method: post
Path: /api/rest/2.0/assets/contact/segment/folder
Delete a folder
Method: delete
Path: /api/rest/2.0/assets/contact/segment/folder/{id}
Retrieve a folder
Method: get
Path: /api/rest/2.0/assets/contact/segment/folder/{id}
Retrieve a list of folder contents
Method: get
Path: /api/rest/2.0/assets/contact/segment/folder/{id}/contents
Retrieve a list of folder contents in the root folder
Method: get
Path: /api/rest/2.0/assets/contact/segment/folder/root/contents
Retrieve a list of folders
Method: get
Path: /api/rest/2.0/assets/contact/segment/folders
Retrieve the root folder
Method: get
Path: /api/rest/2.0/assets/contact/segment/folder/root
Update a folder
Method: put
Path: /api/rest/2.0/assets/contact/segment/folder/{id}