{ "opencollection": "1.0.0", "info": { "name": "Fintecture Account Information Services Accounts Organisation Nodes API", "version": "v2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Organisation Nodes", "type": "folder" }, "items": [ { "info": { "name": "Create Organisation Node", "type": "http" }, "http": { "method": "POST", "url": "https://api.fintecture.com/v1/organisation-nodes", "body": { "type": "json", "data": "{}" } }, "docs": "Create a child organisation node. Requires `organisations:write`." }, { "info": { "name": "Get Organisation", "type": "http" }, "http": { "method": "GET", "url": "https://api.fintecture.com/v1/organisation-nodes/:organisation_node_id", "params": [ { "name": "organisation_node_id", "value": "", "type": "path" } ] }, "docs": "Get Organisation" }, { "info": { "name": "Update Organisation", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.fintecture.com/v1/organisation-nodes/:organisation_node_id", "params": [ { "name": "organisation_node_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Organisation" }, { "info": { "name": "Remove Organisation", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.fintecture.com/v1/organisation-nodes/:organisation_node_id", "params": [ { "name": "organisation_node_id", "value": "", "type": "path" } ] }, "docs": "Remove Organisation" }, { "info": { "name": "Get Organisation Tree", "type": "http" }, "http": { "method": "GET", "url": "https://api.fintecture.com/v1/organisation-nodes/:organisation_node_id/tree", "params": [ { "name": "organisation_node_id", "value": "", "type": "path" } ] }, "docs": "Returns the organisation tree expanded from the top accessible node to the specified node." }, { "info": { "name": "Get Companies In Organisation", "type": "http" }, "http": { "method": "GET", "url": "https://api.fintecture.com/v1/organisation-nodes/:organisation_node_id/companies", "params": [ { "name": "organisation_node_id", "value": "", "type": "path" }, { "name": "recursive", "value": "", "type": "query" } ] }, "docs": "Get Companies In Organisation" } ] } ], "bundled": true }