{ "opencollection": "1.0.0", "info": { "name": "Modern Treasury AccountCapability AccountCollectionFlow API", "version": "v1" }, "items": [ { "info": { "name": "AccountCollectionFlow", "type": "folder" }, "items": [ { "info": { "name": "list account_collection_flows", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:3000/api/account_collection_flows", "params": [ { "name": "after_cursor", "value": "", "type": "query" }, { "name": "per_page", "value": "", "type": "query" }, { "name": "client_token", "value": "", "type": "query" }, { "name": "status", "value": "", "type": "query" }, { "name": "counterparty_id", "value": "", "type": "query" }, { "name": "external_account_id", "value": "", "type": "query" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "list account_collection_flows" }, { "info": { "name": "create account_collection_flow", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:3000/api/account_collection_flows", "headers": [ { "name": "Idempotency-Key", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "create account_collection_flow" }, { "info": { "name": "get account_collection_flow", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:3000/api/account_collection_flows/:id", "headers": [ { "name": "Idempotency-Key", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "id" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "get account_collection_flow" }, { "info": { "name": "update account_collection_flow", "type": "http" }, "http": { "method": "PATCH", "url": "http://localhost:3000/api/account_collection_flows/:id", "headers": [ { "name": "Idempotency-Key", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "id" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "update account_collection_flow" } ] } ], "bundled": true }