{ "opencollection": "1.0.0", "info": { "name": "OneLogin Apps API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Apps", "type": "folder" }, "items": [ { "info": { "name": "List apps", "type": "http" }, "http": { "method": "GET", "url": "https://{subdomain}.onelogin.com/api/2/apps" }, "docs": "List apps" }, { "info": { "name": "Create app", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.onelogin.com/api/2/apps" }, "docs": "Create app" }, { "info": { "name": "Get app by ID", "type": "http" }, "http": { "method": "GET", "url": "https://{subdomain}.onelogin.com/api/2/apps/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get app by ID" }, { "info": { "name": "Update app", "type": "http" }, "http": { "method": "PUT", "url": "https://{subdomain}.onelogin.com/api/2/apps/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Update app" }, { "info": { "name": "Delete app", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.onelogin.com/api/2/apps/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete app" } ] } ], "bundled": true }