{ "opencollection": "1.0.0", "info": { "name": "Sandbox Banking Glyue Integration Gateway Adapters Service Requests API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Service Requests", "type": "folder" }, "items": [ { "info": { "name": "List Service Requests", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.sandboxbanking.com/api/integrations/:integrationId/service-requests", "params": [ { "name": "integrationId", "value": "", "type": "path", "description": "Unique integration identifier." } ] }, "docs": "Returns all service request adapters configured for an integration, in execution order." }, { "info": { "name": "Create Service Request", "type": "http" }, "http": { "method": "POST", "url": "https://{tenant}.sandboxbanking.com/api/integrations/:integrationId/service-requests", "params": [ { "name": "integrationId", "value": "", "type": "path", "description": "Unique integration identifier." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Adds a new service request adapter to an integration workflow." } ] } ], "bundled": true }