{ "opencollection": "1.0.0", "info": { "name": "File Management ANALYTICS ORGANIZATION API", "version": "v3" }, "items": [ { "info": { "name": "ORGANIZATION", "type": "folder" }, "items": [ { "info": { "name": "List Organizations", "type": "http" }, "http": { "method": "GET", "url": "https://files-integration.inspectorio.com/api/v1/organizations", "params": [ { "name": "offset", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query", "description": "Limit result of list" }, { "name": "name", "value": "", "type": "query", "description": "Filter organizations by name" } ] }, "docs": "List Organizations" }, { "info": { "name": "Create Organization", "type": "http" }, "http": { "method": "POST", "url": "https://files-integration.inspectorio.com/api/v1/organizations", "body": { "type": "json", "data": "{}" } }, "docs": "Create Organization" }, { "info": { "name": "Get Organization", "type": "http" }, "http": { "method": "GET", "url": "https://files-integration.inspectorio.com/api/v1/organizations/:organization_id", "params": [ { "name": "organization_id", "value": "", "type": "path" } ] }, "docs": "Get Organization" }, { "info": { "name": "Update Organization", "type": "http" }, "http": { "method": "PUT", "url": "https://files-integration.inspectorio.com/api/v1/organizations/:organization_id", "params": [ { "name": "organization_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Organization" }, { "info": { "name": "Delete Organization", "type": "http" }, "http": { "method": "DELETE", "url": "https://files-integration.inspectorio.com/api/v1/organizations/:organization_id", "params": [ { "name": "organization_id", "value": "", "type": "path" } ] }, "docs": "Delete Organization" } ] } ], "bundled": true }