{ "opencollection": "1.0.0", "info": { "name": "Listrak Cross Channel REST app-push-mobile-client-device Segmentation API", "version": "v1" }, "items": [ { "info": { "name": "Segmentation", "type": "folder" }, "items": [ { "info": { "name": "Get a Profile Field", "type": "http" }, "http": { "method": "GET", "url": "https://api.listrak.com/crosschannel/v1/v1/ShortCode/:senderCodeId/SegmentationField/:segmentationFieldId", "params": [ { "name": "senderCodeId", "value": "", "type": "path", "description": "Identifier used to specify the Sender Code." }, { "name": "segmentationFieldId", "value": "", "type": "path", "description": "Identifier used to locate the profile field." } ] }, "docs": "Returns the specified profile field." }, { "info": { "name": "Get all Profile Fields", "type": "http" }, "http": { "method": "GET", "url": "https://api.listrak.com/crosschannel/v1/v1/ShortCode/:senderCodeId/SegmentationField", "params": [ { "name": "senderCodeId", "value": "", "type": "path", "description": "Identifier used to specify the Sender Code." } ] }, "docs": "Returns the collection of profile fields that exist for the company associated with the specified Sender Code." } ] } ], "bundled": true }