{ "opencollection": "1.0.0", "info": { "name": "Listrak Cross Channel REST app-push-mobile-client-device Folder API", "version": "v1" }, "items": [ { "info": { "name": "Folder", "type": "folder" }, "items": [ { "info": { "name": "Get all Folders", "type": "http" }, "http": { "method": "GET", "url": "https://api.listrak.com/crosschannel/v1/v1/Folder" }, "docs": "Returns your account's collection of folders." }, { "info": { "name": "Create a Folder", "type": "http" }, "http": { "method": "POST", "url": "https://api.listrak.com/crosschannel/v1/v1/Folder", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new folder in your account." }, { "info": { "name": "Get a Folder", "type": "http" }, "http": { "method": "GET", "url": "https://api.listrak.com/crosschannel/v1/v1/Folder/:folderId", "params": [ { "name": "folderId", "value": "", "type": "path", "description": "Identifier used to locate the folder." } ] }, "docs": "Returns the specified folder." }, { "info": { "name": "Update a Folder", "type": "http" }, "http": { "method": "PUT", "url": "https://api.listrak.com/crosschannel/v1/v1/Folder/:folderId", "params": [ { "name": "folderId", "value": "", "type": "path", "description": "Identifier used to locate the folder." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the specified folder." } ] } ], "bundled": true }