{ "opencollection": "1.0.0", "info": { "name": "ClearBank Financial Institutions API", "version": "4.0.Sterling" }, "items": [ { "info": { "name": "Accounts", "type": "folder" }, "items": [ { "info": { "name": "This endpoint is used to create a new FSCS-protected embedded banking account.", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v4/Accounts", "headers": [ { "name": "Authorization", "value": "" }, { "name": "DigitalSignature", "value": "" }, { "name": "X-Request-Id", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "If you want to create a cash ISA or savings account, use the POST /v1/isas or POST /v1/savings endpoints instead." } ] } ], "bundled": true }