{ "opencollection": "1.0.0", "info": { "name": "Clients AR Account reports Connections API", "version": "v1" }, "items": [ { "info": { "name": "Connections", "type": "folder" }, "items": [ { "info": { "name": "List connections", "type": "http" }, "http": { "method": "GET", "url": "https://api.agicap.com/public/banking-documents/v1/entities/:entityId/connections", "params": [ { "name": "entityId", "value": "", "type": "path", "description": "Agicap entity identifier" }, { "name": "type", "value": "", "type": "query", "description": "Type of the connection. Possible values are PUBLIC_API, SWIFT, EBICS, EDITRAN, KONFIPAY" }, { "name": "PageNumber", "value": "", "type": "query" }, { "name": "PageSize", "value": "", "type": "query" } ] }, "docs": "List connections" }, { "info": { "name": "Create a connection", "type": "http" }, "http": { "method": "POST", "url": "https://api.agicap.com/public/banking-documents/v1/entities/:entityId/connections", "params": [ { "name": "entityId", "value": "", "type": "path", "description": "Agicap entity identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a connection" }, { "info": { "name": "Delete a connection", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.agicap.com/public/banking-documents/v1/entities/:entityId/connections/:connectionId", "params": [ { "name": "entityId", "value": "", "type": "path", "description": "Agicap entity identifier" }, { "name": "connectionId", "value": "", "type": "path", "description": "Connection identifier" } ] }, "docs": "Delete a connection" }, { "info": { "name": "Get connections", "type": "http" }, "http": { "method": "GET", "url": "https://api.agicap.com/public/business-documents/v1/entities/:entityid/connections", "params": [ { "name": "entityid", "value": "", "type": "path", "description": "Agicap entity unique identifier" } ] }, "docs": "Get connections" }, { "info": { "name": "Create a connection", "type": "http" }, "http": { "method": "POST", "url": "https://api.agicap.com/public/business-documents/v1/entities/:entityid/connections", "params": [ { "name": "entityid", "value": "", "type": "path", "description": "Agicap entity unique identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a connection" }, { "info": { "name": "Get connection", "type": "http" }, "http": { "method": "GET", "url": "https://api.agicap.com/public/business-documents/v1/entities/:entityid/connections/:connectionid", "params": [ { "name": "entityid", "value": "", "type": "path", "description": "Agicap entity unique identifier" }, { "name": "connectionid", "value": "", "type": "path", "description": "The connection unique identifier" } ] }, "docs": "Get connection" }, { "info": { "name": "Get connections", "type": "http" }, "http": { "method": "GET", "url": "https://api.agicap.com/public/business-documents/v2/entities/:entityid/connections", "params": [ { "name": "entityid", "value": "", "type": "path", "description": "Agicap entity unique identifier" } ] }, "docs": "Get connections" }, { "info": { "name": "Create a connection", "type": "http" }, "http": { "method": "POST", "url": "https://api.agicap.com/public/business-documents/v2/entities/:entityid/connections", "params": [ { "name": "entityid", "value": "", "type": "path", "description": "Agicap entity unique identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a connection" }, { "info": { "name": "Get connection", "type": "http" }, "http": { "method": "GET", "url": "https://api.agicap.com/public/business-documents/v2/entities/:entityid/connections/:connectionid", "params": [ { "name": "entityid", "value": "", "type": "path", "description": "Agicap entity unique identifier" }, { "name": "connectionid", "value": "", "type": "path", "description": "The connection unique identifier" } ] }, "docs": "Get connection" } ] } ], "bundled": true }