{ "opencollection": "1.0.0", "info": { "name": "Fintecture Account Information Services Accounts Companies API", "version": "v2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Companies", "type": "folder" }, "items": [ { "info": { "name": "List Companies", "type": "http" }, "http": { "method": "GET", "url": "https://api.fintecture.com/v1/companies" }, "docs": "List Companies" }, { "info": { "name": "Create Company", "type": "http" }, "http": { "method": "POST", "url": "https://api.fintecture.com/v1/companies", "body": { "type": "json", "data": "{}" } }, "docs": "Create Company" }, { "info": { "name": "Get A Company", "type": "http" }, "http": { "method": "GET", "url": "https://api.fintecture.com/v1/companies/:company_id", "params": [ { "name": "company_id", "value": "", "type": "path" } ] }, "docs": "Get A Company" }, { "info": { "name": "Update Company", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.fintecture.com/v1/companies/:company_id", "params": [ { "name": "company_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Company" }, { "info": { "name": "Remove Company", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.fintecture.com/v1/companies/:company_id", "params": [ { "name": "company_id", "value": "", "type": "path" } ] }, "docs": "Remove Company" } ] } ], "bundled": true }