{ "opencollection": "1.0.0", "info": { "name": "Sedna Authentication Document API API", "version": "2019-01-01" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Document API", "type": "folder" }, "items": [ { "info": { "name": "getDocumentDetails", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.sednanetwork.com/platform/2019-01-01/document/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get details of the document\n\nRequired API Permissions: DOCUMENT_READ" } ] } ], "bundled": true }