{ "opencollection": "1.0.0", "info": { "name": "Listrak Cross Channel REST app-push-mobile-client-device API", "version": "v1" }, "items": [ { "info": { "name": "app-push-mobile-client-device", "type": "folder" }, "items": [ { "info": { "name": "Registers a device to receive push notifications", "type": "http" }, "http": { "method": "POST", "url": "https://api.listrak.com/crosschannel/v1/device", "body": { "type": "json", "data": "{}" } }, "docs": "Registers a device to receive push notifications" }, { "info": { "name": "Gets device information", "type": "http" }, "http": { "method": "GET", "url": "https://api.listrak.com/crosschannel/v1/device/:deviceUid", "params": [ { "name": "deviceUid", "value": "", "type": "path" } ] }, "docs": "Gets device information" }, { "info": { "name": "Updates a device", "type": "http" }, "http": { "method": "PUT", "url": "https://api.listrak.com/crosschannel/v1/device/:deviceUid", "params": [ { "name": "deviceUid", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a device" }, { "info": { "name": "Patches a device", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.listrak.com/crosschannel/v1/device/:deviceUid", "params": [ { "name": "deviceUid", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Patches a device" } ] } ], "bundled": true }