{ "opencollection": "1.0.0", "info": { "name": "Orbit Activities Organizations API", "version": "v1" }, "items": [ { "info": { "name": "Organizations", "type": "folder" }, "items": [ { "info": { "name": "List organizations in a workspace", "type": "http" }, "http": { "method": "GET", "url": "http://web.archive.org/web/20240303060821/https://app.orbit.love/api/v1/:workspace_slug/organizations", "params": [ { "name": "workspace_slug", "value": "", "type": "path" }, { "name": "query", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" }, { "name": "direction", "value": "", "type": "query" }, { "name": "items", "value": "", "type": "query" }, { "name": "sort", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List organizations in a workspace" }, { "info": { "name": "Get an organization", "type": "http" }, "http": { "method": "GET", "url": "http://web.archive.org/web/20240303060821/https://app.orbit.love/api/v1/:workspace_slug/organizations/:organization_id", "params": [ { "name": "workspace_slug", "value": "", "type": "path" }, { "name": "organization_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get an organization" }, { "info": { "name": "Update an organization", "type": "http" }, "http": { "method": "PUT", "url": "http://web.archive.org/web/20240303060821/https://app.orbit.love/api/v1/:workspace_slug/organizations/:organization_id", "params": [ { "name": "workspace_slug", "value": "", "type": "path" }, { "name": "organization_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update an organization" } ] } ], "bundled": true }