{ "opencollection": "1.0.0", "info": { "name": "LISNR Portal API (observed) Accounts Applications API", "version": "v2" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Applications", "type": "folder" }, "items": [ { "info": { "name": "List applications", "type": "http" }, "http": { "method": "GET", "url": "https://api.lisnr.com/v2/apps", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "List applications" }, { "info": { "name": "Create an application", "type": "http" }, "http": { "method": "POST", "url": "https://api.lisnr.com/v2/apps", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create an application" }, { "info": { "name": "Get an application", "type": "http" }, "http": { "method": "GET", "url": "https://api.lisnr.com/v2/apps/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get an application" }, { "info": { "name": "Update an application", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lisnr.com/v2/apps/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update an application" }, { "info": { "name": "Delete an application", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.lisnr.com/v2/apps/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Delete an application" } ] } ], "bundled": true }