{ "opencollection": "1.0.0", "info": { "name": "Modern Treasury AccountCapability ConnectionLegalEntity API", "version": "v1" }, "items": [ { "info": { "name": "ConnectionLegalEntity", "type": "folder" }, "items": [ { "info": { "name": "list connection_legal_entities", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:3000/api/connection_legal_entities", "params": [ { "name": "after_cursor", "value": "", "type": "query" }, { "name": "per_page", "value": "", "type": "query" }, { "name": "connection_id", "value": "", "type": "query" }, { "name": "legal_entity_id", "value": "", "type": "query" }, { "name": "status", "value": "", "type": "query" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Get a list of all connection legal entities." }, { "info": { "name": "create connection_legal_entity", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:3000/api/connection_legal_entities", "headers": [ { "name": "Idempotency-Key", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Create a connection legal entity." }, { "info": { "name": "get connection_legal_entity", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:3000/api/connection_legal_entities/:id", "headers": [ { "name": "Idempotency-Key", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "The id of an existing connection legal entity." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Get details on a single connection legal entity." }, { "info": { "name": "update connection_legal_entity", "type": "http" }, "http": { "method": "PATCH", "url": "http://localhost:3000/api/connection_legal_entities/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The id of an existing connection legal entity." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Update a connection legal entity." } ] } ], "bundled": true }