{ "opencollection": "1.0.0", "info": { "name": "Listrak Cross Channel REST app-push-mobile-client-device Content API", "version": "v1" }, "items": [ { "info": { "name": "Content", "type": "folder" }, "items": [ { "info": { "name": "Get all Content", "type": "http" }, "http": { "method": "GET", "url": "https://api.listrak.com/crosschannel/v1/v1/Content" }, "docs": "Returns the collection of content blocks associated with the account." }, { "info": { "name": "Create Content", "type": "http" }, "http": { "method": "POST", "url": "https://api.listrak.com/crosschannel/v1/v1/Content", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new content block in the content library." }, { "info": { "name": "Get a Content", "type": "http" }, "http": { "method": "GET", "url": "https://api.listrak.com/crosschannel/v1/v1/Content/:contentId", "params": [ { "name": "contentId", "value": "", "type": "path", "description": "Identifier used to locate the content." } ] }, "docs": "Returns the specified content block." }, { "info": { "name": "Update a Content", "type": "http" }, "http": { "method": "PUT", "url": "https://api.listrak.com/crosschannel/v1/v1/Content/:contentId", "params": [ { "name": "contentId", "value": "", "type": "path", "description": "Identifier used to locate the content." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an existing content block. Content used in a live dynamic content block cannot be modified." } ] } ], "bundled": true }