{ "opencollection": "1.0.0", "info": { "name": "Agent Admin Message API", "version": "25.8.1" }, "items": [ { "info": { "name": "Message", "type": "folder" }, "items": [ { "info": { "name": "Get the read status of a particular message.", "type": "http" }, "http": { "method": "GET", "url": "youragentURL.symphony.com/agent/v1/message/:mid/status", "headers": [ { "name": "sessionToken", "value": "" } ], "params": [ { "name": "mid", "value": "", "type": "path", "description": "Message ID" } ] }, "docs": "Get the read status of a particular message." } ] } ], "bundled": true }