{ "opencollection": "1.0.0", "info": { "name": "Ambra Health (InteleShare) v3 Services Public Accounts API", "version": "v3" }, "request": { "auth": { "type": "apikey", "key": "X-AmbraHealth-SID", "value": "{{X-AmbraHealth-SID}}", "placement": "header" } }, "items": [ { "info": { "name": "Accounts", "type": "folder" }, "items": [ { "info": { "name": "List accounts", "type": "http" }, "http": { "method": "GET", "url": "https://access.dicomgrid.com/api/v3/account/list", "params": [ { "name": "sid", "value": "", "type": "query", "description": "Session id from POST /session/login. May also be sent via the X-AmbraHealth-SID header." } ] }, "docs": "List accounts" }, { "info": { "name": "Get an account", "type": "http" }, "http": { "method": "GET", "url": "https://access.dicomgrid.com/api/v3/account/get", "params": [ { "name": "sid", "value": "", "type": "query", "description": "Session id from POST /session/login. May also be sent via the X-AmbraHealth-SID header." }, { "name": "uuid", "value": "", "type": "query" } ] }, "docs": "Get an account" }, { "info": { "name": "Update account settings", "type": "http" }, "http": { "method": "POST", "url": "https://access.dicomgrid.com/api/v3/account/set", "params": [ { "name": "sid", "value": "", "type": "query", "description": "Session id from POST /session/login. May also be sent via the X-AmbraHealth-SID header." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update account settings" }, { "info": { "name": "Add a user to an account", "type": "http" }, "http": { "method": "POST", "url": "https://access.dicomgrid.com/api/v3/account/user/add", "params": [ { "name": "sid", "value": "", "type": "query", "description": "Session id from POST /session/login. May also be sent via the X-AmbraHealth-SID header." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add a user to an account" }, { "info": { "name": "List users in an account", "type": "http" }, "http": { "method": "GET", "url": "https://access.dicomgrid.com/api/v3/account/user/list", "params": [ { "name": "sid", "value": "", "type": "query", "description": "Session id from POST /session/login. May also be sent via the X-AmbraHealth-SID header." }, { "name": "uuid", "value": "", "type": "query" } ] }, "docs": "List users in an account" }, { "info": { "name": "Remove a user from an account", "type": "http" }, "http": { "method": "POST", "url": "https://access.dicomgrid.com/api/v3/account/user/delete", "params": [ { "name": "sid", "value": "", "type": "query", "description": "Session id from POST /session/login. May also be sent via the X-AmbraHealth-SID header." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Remove a user from an account" } ] } ], "bundled": true }