{ "opencollection": "1.0.0", "info": { "name": "Vectorize AI Platform Connectors Workspaces API", "version": "0.1.2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Workspaces", "type": "folder" }, "items": [ { "info": { "name": "List workspaces", "type": "http" }, "http": { "method": "GET", "url": "https://api.vectorize.io/v1/org/:organizationId/workspaces", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "Vectorize organization identifier." } ] }, "docs": "List workspaces" }, { "info": { "name": "Retrieve a workspace", "type": "http" }, "http": { "method": "GET", "url": "https://api.vectorize.io/v1/org/:organizationId/workspaces/:workspaceId", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "Vectorize organization identifier." }, { "name": "workspaceId", "value": "", "type": "path" } ] }, "docs": "Retrieve a workspace" } ] } ], "bundled": true }