{ "opencollection": "1.0.0", "info": { "name": "Fintecture Account Information Services Accounts Applications API", "version": "v2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Applications", "type": "folder" }, "items": [ { "info": { "name": "List Applications", "type": "http" }, "http": { "method": "GET", "url": "https://api.fintecture.com/v1/applications", "params": [ { "name": "include", "value": "", "type": "query" }, { "name": "filter[company_id]", "value": "", "type": "query" } ] }, "docs": "List applications linked to companies within the authenticated organisation's subtree. Requires `applications:read`." }, { "info": { "name": "Create Application", "type": "http" }, "http": { "method": "POST", "url": "https://api.fintecture.com/v1/applications", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new application for a company within the authenticated organisation's subtree. Requires `applications:write`." }, { "info": { "name": "Get Current Application", "type": "http" }, "http": { "method": "GET", "url": "https://api.fintecture.com/v1/applications/current" }, "docs": "Information related to the application used to sign the request." }, { "info": { "name": "Get An Application", "type": "http" }, "http": { "method": "GET", "url": "https://api.fintecture.com/v1/applications/:app_id", "params": [ { "name": "app_id", "value": "", "type": "path" }, { "name": "include", "value": "", "type": "query" } ] }, "docs": "Get An Application" }, { "info": { "name": "Update Application", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.fintecture.com/v1/applications/:app_id", "params": [ { "name": "app_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update app_name, app_webhooks, or app_urls. Requires `applications:write`." }, { "info": { "name": "Remove An Application", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.fintecture.com/v1/applications/:app_id", "params": [ { "name": "app_id", "value": "", "type": "path" } ] }, "docs": "Removing an application is irreversible. Requires `applications:write`." } ] } ], "bundled": true }