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