{ "opencollection": "1.0.0", "info": { "name": "Kion Cloud Operations Accounts Funding Sources API", "version": "3.10.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Funding Sources", "type": "folder" }, "items": [ { "info": { "name": "Kion List funding sources", "type": "http" }, "http": { "method": "GET", "url": "https://{kion-instance}/api/v3/funding-source" }, "docs": "Returns a list of all funding sources." }, { "info": { "name": "Kion Create a funding source", "type": "http" }, "http": { "method": "POST", "url": "https://{kion-instance}/api/v3/funding-source", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new funding source." }, { "info": { "name": "Kion Get a funding source", "type": "http" }, "http": { "method": "GET", "url": "https://{kion-instance}/api/v3/funding-source/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource in Kion" } ] }, "docs": "Returns details for a specific funding source." }, { "info": { "name": "Kion Update a funding source", "type": "http" }, "http": { "method": "PATCH", "url": "https://{kion-instance}/api/v3/funding-source/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource in Kion" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an existing funding source." }, { "info": { "name": "Kion Delete a funding source", "type": "http" }, "http": { "method": "DELETE", "url": "https://{kion-instance}/api/v3/funding-source/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource in Kion" } ] }, "docs": "Deletes a funding source." } ] } ], "bundled": true }