{ "opencollection": "1.0.0", "info": { "name": "Modern Treasury AccountCapability RoutingDetail API", "version": "v1" }, "items": [ { "info": { "name": "RoutingDetail", "type": "folder" }, "items": [ { "info": { "name": "list routing_details", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:3000/api/:accounts_type/:account_id/routing_details", "params": [ { "name": "accounts_type", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path", "description": "The ID of the account." }, { "name": "after_cursor", "value": "", "type": "query" }, { "name": "per_page", "value": "", "type": "query" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Get a list of routing details for a single internal or external account." }, { "info": { "name": "create routing_detail", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:3000/api/:accounts_type/:account_id/routing_details", "headers": [ { "name": "Idempotency-Key", "value": "" } ], "params": [ { "name": "accounts_type", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path", "description": "The ID of the account." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Create a routing detail for a single external account." }, { "info": { "name": "get routing_detail", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:3000/api/:accounts_type/:account_id/routing_details/:id", "params": [ { "name": "accounts_type", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path", "description": "The ID of the account." }, { "name": "id", "value": "", "type": "path", "description": "The ID of the routing detail." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Get a single routing detail for a single internal or external account." }, { "info": { "name": "delete routing_detail", "type": "http" }, "http": { "method": "DELETE", "url": "http://localhost:3000/api/:accounts_type/:account_id/routing_details/:id", "params": [ { "name": "accounts_type", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path", "description": "The ID of the account." }, { "name": "id", "value": "", "type": "path", "description": "The ID of the routing detail." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Delete a routing detail for a single external account." } ] } ], "bundled": true }