{ "opencollection": "1.0.0", "info": { "name": "Kion Cloud Operations Accounts API", "version": "3.10.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Accounts", "type": "folder" }, "items": [ { "info": { "name": "Kion List accounts", "type": "http" }, "http": { "method": "GET", "url": "https://{kion-instance}/api/v3/account", "params": [ { "name": "page", "value": "", "type": "query", "description": "Page number for pagination" }, { "name": "page_size", "value": "", "type": "query", "description": "Number of items per page" } ] }, "docs": "Returns a list of all cloud accounts managed by Kion." }, { "info": { "name": "Kion Create an account", "type": "http" }, "http": { "method": "POST", "url": "https://{kion-instance}/api/v3/account", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new cloud account in Kion." }, { "info": { "name": "Kion Get an account", "type": "http" }, "http": { "method": "GET", "url": "https://{kion-instance}/api/v3/account/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource in Kion" } ] }, "docs": "Returns details for a specific cloud account." }, { "info": { "name": "Kion Update an account", "type": "http" }, "http": { "method": "PATCH", "url": "https://{kion-instance}/api/v3/account/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource in Kion" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an existing cloud account." } ] } ], "bundled": true }