{ "info": { "_postman_id": "5d293656-b9d7-4271-ae65-929256263818", "name": "Clients AR Account reports Bank files API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T10:07:30.000Z", "updatedAt": "2026-07-28T10:07:30.000Z", "lastUpdatedBy": "35240", "uid": "35240-5d293656-b9d7-4271-ae65-929256263818" }, "item": [ { "name": "public", "item": [ { "name": "banking-documents", "item": [ { "name": "v1", "item": [ { "name": "entities", "item": [ { "name": "{entityId}", "item": [ { "name": "connections", "item": [ { "name": "{connectionId}", "item": [ { "name": "files", "item": [ { "name": "{fileId}", "item": [ { "name": "Delete a file", "id": "b2b242c1-bc38-4063-a53f-42085047e501", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "DELETE", "header": [ { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/public/banking-documents/v1/entities/:entityId/connections/:connectionId/files/:fileId", "host": [ "{{baseUrl}}" ], "path": [ "public", "banking-documents", "v1", "entities", ":entityId", "connections", ":connectionId", "files", ":fileId" ], "variable": [ { "id": "64436859-4e16-44ec-9015-01f04b131a35", "key": "entityId", "value": "", "description": "(Required) Agicap entity identifier" }, { "id": "42be89b3-d31b-4b98-b3f1-ddf4fb13dc9a", "key": "connectionId", "value": "", "description": "(Required) Connection identifier" }, { "id": "814d8398-0de5-4c2a-99ff-93f8d19273ee", "key": "fileId", "value": "", "description": "(Required) File identifier" } ] } }, "response": [ { "id": "3b1d06bf-6a16-4361-978e-b6daed366825", "name": "The file has been successfully deleted", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "text/plain" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/public/banking-documents/v1/entities/:entityId/connections/:connectionId/files/:fileId", "host": [ "{{baseUrl}}" ], "path": [ "public", "banking-documents", "v1", "entities", ":entityId", "connections", ":connectionId", "files", ":fileId" ], "variable": [ { "key": "entityId" }, { "key": "connectionId" }, { "key": "fileId" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T10:07:30.000Z", "updatedAt": "2026-07-28T10:07:30.000Z", "uid": "35240-3b1d06bf-6a16-4361-978e-b6daed366825" }, { "id": "413b27b9-fbe6-4568-93d8-e8c9d6977910", "name": "Unauthorized request.", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/public/banking-documents/v1/entities/:entityId/connections/:connectionId/files/:fileId", "host": [ "{{baseUrl}}" ], "path": [ "public", "banking-documents", "v1", "entities", ":entityId", "connections", ":connectionId", "files", ":fileId" ], "variable": [ { "key": "entityId" }, { "key": "connectionId" }, { "key": "fileId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T10:07:30.000Z", "updatedAt": "2026-07-28T10:07:30.000Z", "uid": "35240-413b27b9-fbe6-4568-93d8-e8c9d6977910" }, { "id": "f819f4b6-81e4-4a81-b9eb-2174656df9e4", "name": "Forbidden request.", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/public/banking-documents/v1/entities/:entityId/connections/:connectionId/files/:fileId", "host": [ "{{baseUrl}}" ], "path": [ "public", "banking-documents", "v1", "entities", ":entityId", "connections", ":connectionId", "files", ":fileId" ], "variable": [ { "key": "entityId" }, { "key": "connectionId" }, { "key": "fileId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T10:07:30.000Z", "updatedAt": "2026-07-28T10:07:30.000Z", "uid": "35240-f819f4b6-81e4-4a81-b9eb-2174656df9e4" }, { "id": "24cd6442-3a75-4206-9db4-7021c4a1d70f", "name": "The targeted entity has not been found.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/public/banking-documents/v1/entities/:entityId/connections/:connectionId/files/:fileId", "host": [ "{{baseUrl}}" ], "path": [ "public", "banking-documents", "v1", "entities", ":entityId", "connections", ":connectionId", "files", ":fileId" ], "variable": [ { "key": "entityId" }, { "key": "connectionId" }, { "key": "fileId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": \"\",\n \"instance\": \"\",\n \"status\": \"\",\n \"title\": \"\",\n \"type\": \"\"\n}", "createdAt": "2026-07-28T10:07:30.000Z", "updatedAt": "2026-07-28T10:07:30.000Z", "uid": "35240-24cd6442-3a75-4206-9db4-7021c4a1d70f" }, { "id": "fa5e0a8b-4e58-4e60-8dde-4d4f3bb73046", "name": "Too many requests. Please try again later.", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/public/banking-documents/v1/entities/:entityId/connections/:connectionId/files/:fileId", "host": [ "{{baseUrl}}" ], "path": [ "public", "banking-documents", "v1", "entities", ":entityId", "connections", ":connectionId", "files", ":fileId" ], "variable": [ { "key": "entityId" }, { "key": "connectionId" }, { "key": "fileId" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T10:07:30.000Z", "updatedAt": "2026-07-28T10:07:30.000Z", "uid": "35240-fa5e0a8b-4e58-4e60-8dde-4d4f3bb73046" }, { "id": "bf3ec9ca-f3f6-4649-aaa0-c50fe533db59", "name": "An internal server occurred.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/public/banking-documents/v1/entities/:entityId/connections/:connectionId/files/:fileId", "host": [ "{{baseUrl}}" ], "path": [ "public", "banking-documents", "v1", "entities", ":entityId", "connections", ":connectionId", "files", ":fileId" ], "variable": [ { "key": "entityId" }, { "key": "connectionId" }, { "key": "fileId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": \"\",\n \"instance\": \"\",\n \"status\": \"\",\n \"title\": \"\",\n \"type\": \"\"\n}", "createdAt": "2026-07-28T10:07:30.000Z", "updatedAt": "2026-07-28T10:07:30.000Z", "uid": "35240-bf3ec9ca-f3f6-4649-aaa0-c50fe533db59" } ], "createdAt": "2026-07-28T10:07:30.000Z", "updatedAt": "2026-07-28T10:07:30.000Z", "uid": "35240-b2b242c1-bc38-4063-a53f-42085047e501" }, { "name": "Download a bank file", "id": "b8a497f2-4ffb-48c9-9bc3-47b473062cc0", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/public/banking-documents/v1/entities/:entityId/connections/:connectionId/files/:fileId", "host": [ "{{baseUrl}}" ], "path": [ "public", "banking-documents", "v1", "entities", ":entityId", "connections", ":connectionId", "files", ":fileId" ], "variable": [ { "id": "200bc435-30d5-47d5-be23-ff39fe4520df", "key": "entityId", "value": "", "description": "(Required) Agicap entity identifier" }, { "id": "f30a5b5a-3dbc-46e7-8c09-fe13d74a1e36", "key": "connectionId", "value": "", "description": "(Required) Connection identifier" }, { "id": "e763c06b-f630-40a3-b288-cf90f4d226e5", "key": "fileId", "value": "", "description": "(Required) File identifier" } ] } }, "response": [ { "id": "c2f459c9-5c29-409c-8fdd-d2a09cb071c7", "name": "Your request has been successfully processed.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/public/banking-documents/v1/entities/:entityId/connections/:connectionId/files/:fileId", "host": [ "{{baseUrl}}" ], "path": [ "public", "banking-documents", "v1", "entities", ":entityId", "connections", ":connectionId", "files", ":fileId" ], "variable": [ { "key": "entityId" }, { "key": "connectionId" }, { "key": "fileId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T10:07:30.000Z", "updatedAt": "2026-07-28T10:07:30.000Z", "uid": "35240-c2f459c9-5c29-409c-8fdd-d2a09cb071c7" }, { "id": "0983bce6-0db9-448d-8261-c6c2f0ae0806", "name": "Unauthorized request.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/public/banking-documents/v1/entities/:entityId/connections/:connectionId/files/:fileId", "host": [ "{{baseUrl}}" ], "path": [ "public", "banking-documents", "v1", "entities", ":entityId", "connections", ":connectionId", "files", ":fileId" ], "variable": [ { "key": "entityId" }, { "key": "connectionId" }, { "key": "fileId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T10:07:30.000Z", "updatedAt": "2026-07-28T10:07:30.000Z", "uid": "35240-0983bce6-0db9-448d-8261-c6c2f0ae0806" }, { "id": "8ddc6176-7914-439c-9a5a-22be26cafc18", "name": "Forbidden request.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/public/banking-documents/v1/entities/:entityId/connections/:connectionId/files/:fileId", "host": [ "{{baseUrl}}" ], "path": [ "public", "banking-documents", "v1", "entities", ":entityId", "connections", ":connectionId", "files", ":fileId" ], "variable": [ { "key": "entityId" }, { "key": "connectionId" }, { "key": "fileId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T10:07:30.000Z", "updatedAt": "2026-07-28T10:07:30.000Z", "uid": "35240-8ddc6176-7914-439c-9a5a-22be26cafc18" }, { "id": "3a8a056c-e91c-4569-b14a-c332b8d33e60", "name": "Too many requests. Please try again later.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/public/banking-documents/v1/entities/:entityId/connections/:connectionId/files/:fileId", "host": [ "{{baseUrl}}" ], "path": [ "public", "banking-documents", "v1", "entities", ":entityId", "connections", ":connectionId", "files", ":fileId" ], "variable": [ { "key": "entityId" }, { "key": "connectionId" }, { "key": "fileId" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T10:07:30.000Z", "updatedAt": "2026-07-28T10:07:30.000Z", "uid": "35240-3a8a056c-e91c-4569-b14a-c332b8d33e60" }, { "id": "e663a734-4e19-41a0-9c50-8f7029270fcb", "name": "An internal server occurred.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/public/banking-documents/v1/entities/:entityId/connections/:connectionId/files/:fileId", "host": [ "{{baseUrl}}" ], "path": [ "public", "banking-documents", "v1", "entities", ":entityId", "connections", ":connectionId", "files", ":fileId" ], "variable": [ { "key": "entityId" }, { "key": "connectionId" }, { "key": "fileId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": \"\",\n \"instance\": \"\",\n \"status\": \"\",\n \"title\": \"\",\n \"type\": \"\"\n}", "createdAt": "2026-07-28T10:07:30.000Z", "updatedAt": "2026-07-28T10:07:30.000Z", "uid": "35240-e663a734-4e19-41a0-9c50-8f7029270fcb" } ], "createdAt": "2026-07-28T10:07:30.000Z", "updatedAt": "2026-07-28T10:07:30.000Z", "uid": "35240-b8a497f2-4ffb-48c9-9bc3-47b473062cc0" } ], "id": "779b10a2-6761-441f-9883-6191aca6c2c7", "createdAt": "2026-07-28T10:07:30.000Z", "updatedAt": "2026-07-28T10:07:30.000Z", "uid": "35240-779b10a2-6761-441f-9883-6191aca6c2c7" }, { "name": "List bank files", "id": "d8546077-4baf-4711-b372-24d8d48178d0", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/public/banking-documents/v1/entities/:entityId/connections/:connectionId/files?format=&format=&type=&type=&createdSince=&createdUntil=&PageNumber=&PageSize=", "host": [ "{{baseUrl}}" ], "path": [ "public", "banking-documents", "v1", "entities", ":entityId", "connections", ":connectionId", "files" ], "query": [ { "description": "Bank file format", "key": "format", "value": "" }, { "description": "Bank file format", "key": "format", "value": "" }, { "description": "Bank file type. Possible value are STATEMENT, ACCOUNT_REPORT, OTHER, UNKNOWN", "key": "type", "value": "" }, { "description": "Bank file type. Possible value are STATEMENT, ACCOUNT_REPORT, OTHER, UNKNOWN", "key": "type", "value": "" }, { "description": "Will return only bank files created **after** this date", "key": "createdSince", "value": "" }, { "description": "Will return only bank files created **before** this date", "key": "createdUntil", "value": "" }, { "key": "PageNumber", "value": "" }, { "key": "PageSize", "value": "" } ], "variable": [ { "id": "0e713662-bcca-448a-ae84-762a88e9b4d4", "key": "entityId", "value": "", "description": "(Required) Agicap entity identifier" }, { "id": "15a8f764-9a79-4594-8a8e-ee5a67903ce6", "key": "connectionId", "value": "", "description": "(Required) Connection identifier" } ] } }, "response": [ { "id": "7f782210-c69f-4e81-ae1d-eee257e833c6", "name": "Your request has been successfully processed.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/public/banking-documents/v1/entities/:entityId/connections/:connectionId/files?format=&type=&createdSince=&createdUntil=&PageNumber=&PageSize=", "host": [ "{{baseUrl}}" ], "path": [ "public", "banking-documents", "v1", "entities", ":entityId", "connections", ":connectionId", "files" ], "query": [ { "description": "Bank file format", "key": "format", "value": "" }, { "description": "Bank file type. Possible value are STATEMENT, ACCOUNT_REPORT, OTHER, UNKNOWN", "key": "type", "value": "" }, { "description": "Will return only bank files created **after** this date", "key": "createdSince", "value": "" }, { "description": "Will return only bank files created **before** this date", "key": "createdUntil", "value": "" }, { "key": "PageNumber", "value": "" }, { "key": "PageSize", "value": "" } ], "variable": [ { "key": "entityId" }, { "key": "connectionId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"Items\": [\n {\n \"ConnectionId\": \"\",\n \"CreatedAt\": \"\",\n \"Format\": \"\",\n \"Id\": \"\",\n \"Name\": \"\",\n \"Type\": \"\"\n },\n {\n \"ConnectionId\": \"\",\n \"CreatedAt\": \"\",\n \"Format\": \"\",\n \"Id\": \"\",\n \"Name\": \"\",\n \"Type\": \"\"\n }\n ],\n \"Pagination\": {\n \"CurrentPageItemsCount\": \"\",\n \"CurrentPageNumber\": \"\",\n \"PageSize\": \"\",\n \"PagesCount\": \"\",\n \"TotalItemsCount\": \"\"\n }\n}", "createdAt": "2026-07-28T10:07:30.000Z", "updatedAt": "2026-07-28T10:07:30.000Z", "uid": "35240-7f782210-c69f-4e81-ae1d-eee257e833c6" }, { "id": "ff87a422-da3f-429b-b295-30f3e998fbd2", "name": "Your request is invalid.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/public/banking-documents/v1/entities/:entityId/connections/:connectionId/files?format=&type=&createdSince=&createdUntil=&PageNumber=&PageSize=", "host": [ "{{baseUrl}}" ], "path": [ "public", "banking-documents", "v1", "entities", ":entityId", "connections", ":connectionId", "files" ], "query": [ { "description": "Bank file format", "key": "format", "value": "" }, { "description": "Bank file type. Possible value are STATEMENT, ACCOUNT_REPORT, OTHER, UNKNOWN", "key": "type", "value": "" }, { "description": "Will return only bank files created **after** this date", "key": "createdSince", "value": "" }, { "description": "Will return only bank files created **before** this date", "key": "createdUntil", "value": "" }, { "key": "PageNumber", "value": "" }, { "key": "PageSize", "value": "" } ], "variable": [ { "key": "entityId" }, { "key": "connectionId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": \"\",\n \"instance\": \"\",\n \"status\": \"\",\n \"title\": \"\",\n \"type\": \"\"\n}", "createdAt": "2026-07-28T10:07:30.000Z", "updatedAt": "2026-07-28T10:07:30.000Z", "uid": "35240-ff87a422-da3f-429b-b295-30f3e998fbd2" }, { "id": "f7a2bdb1-2c05-4c22-b026-ae8accb38cd4", "name": "Unauthorized request.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/public/banking-documents/v1/entities/:entityId/connections/:connectionId/files?format=&type=&createdSince=&createdUntil=&PageNumber=&PageSize=", "host": [ "{{baseUrl}}" ], "path": [ "public", "banking-documents", "v1", "entities", ":entityId", "connections", ":connectionId", "files" ], "query": [ { "description": "Bank file format", "key": "format", "value": "" }, { "description": "Bank file type. Possible value are STATEMENT, ACCOUNT_REPORT, OTHER, UNKNOWN", "key": "type", "value": "" }, { "description": "Will return only bank files created **after** this date", "key": "createdSince", "value": "" }, { "description": "Will return only bank files created **before** this date", "key": "createdUntil", "value": "" }, { "key": "PageNumber", "value": "" }, { "key": "PageSize", "value": "" } ], "variable": [ { "key": "entityId" }, { "key": "connectionId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T10:07:30.000Z", "updatedAt": "2026-07-28T10:07:30.000Z", "uid": "35240-f7a2bdb1-2c05-4c22-b026-ae8accb38cd4" }, { "id": "ad7df3a6-b0c7-41be-9a8c-7d934453dbc4", "name": "Forbidden request.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/public/banking-documents/v1/entities/:entityId/connections/:connectionId/files?format=&type=&createdSince=&createdUntil=&PageNumber=&PageSize=", "host": [ "{{baseUrl}}" ], "path": [ "public", "banking-documents", "v1", "entities", ":entityId", "connections", ":connectionId", "files" ], "query": [ { "description": "Bank file format", "key": "format", "value": "" }, { "description": "Bank file type. Possible value are STATEMENT, ACCOUNT_REPORT, OTHER, UNKNOWN", "key": "type", "value": "" }, { "description": "Will return only bank files created **after** this date", "key": "createdSince", "value": "" }, { "description": "Will return only bank files created **before** this date", "key": "createdUntil", "value": "" }, { "key": "PageNumber", "value": "" }, { "key": "PageSize", "value": "" } ], "variable": [ { "key": "entityId" }, { "key": "connectionId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T10:07:30.000Z", "updatedAt": "2026-07-28T10:07:30.000Z", "uid": "35240-ad7df3a6-b0c7-41be-9a8c-7d934453dbc4" }, { "id": "67a2d536-a467-46cd-9d0b-e0359b5a4e89", "name": "Too many requests. Please try again later.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/public/banking-documents/v1/entities/:entityId/connections/:connectionId/files?format=&type=&createdSince=&createdUntil=&PageNumber=&PageSize=", "host": [ "{{baseUrl}}" ], "path": [ "public", "banking-documents", "v1", "entities", ":entityId", "connections", ":connectionId", "files" ], "query": [ { "description": "Bank file format", "key": "format", "value": "" }, { "description": "Bank file type. Possible value are STATEMENT, ACCOUNT_REPORT, OTHER, UNKNOWN", "key": "type", "value": "" }, { "description": "Will return only bank files created **after** this date", "key": "createdSince", "value": "" }, { "description": "Will return only bank files created **before** this date", "key": "createdUntil", "value": "" }, { "key": "PageNumber", "value": "" }, { "key": "PageSize", "value": "" } ], "variable": [ { "key": "entityId" }, { "key": "connectionId" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T10:07:30.000Z", "updatedAt": "2026-07-28T10:07:30.000Z", "uid": "35240-67a2d536-a467-46cd-9d0b-e0359b5a4e89" }, { "id": "fbc8c022-c4ab-4371-ad87-b34e5e399666", "name": "An internal server occurred.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/public/banking-documents/v1/entities/:entityId/connections/:connectionId/files?format=&type=&createdSince=&createdUntil=&PageNumber=&PageSize=", "host": [ "{{baseUrl}}" ], "path": [ "public", "banking-documents", "v1", "entities", ":entityId", "connections", ":connectionId", "files" ], "query": [ { "description": "Bank file format", "key": "format", "value": "" }, { "description": "Bank file type. Possible value are STATEMENT, ACCOUNT_REPORT, OTHER, UNKNOWN", "key": "type", "value": "" }, { "description": "Will return only bank files created **after** this date", "key": "createdSince", "value": "" }, { "description": "Will return only bank files created **before** this date", "key": "createdUntil", "value": "" }, { "key": "PageNumber", "value": "" }, { "key": "PageSize", "value": "" } ], "variable": [ { "key": "entityId" }, { "key": "connectionId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": \"\",\n \"instance\": \"\",\n \"status\": \"\",\n \"title\": \"\",\n \"type\": \"\"\n}", "createdAt": "2026-07-28T10:07:30.000Z", "updatedAt": "2026-07-28T10:07:30.000Z", "uid": "35240-fbc8c022-c4ab-4371-ad87-b34e5e399666" } ], "createdAt": "2026-07-28T10:07:30.000Z", "updatedAt": "2026-07-28T10:07:30.000Z", "uid": "35240-d8546077-4baf-4711-b372-24d8d48178d0" }, { "name": "Push a bank file", "id": "a8d26b96-c25e-4bba-ba05-fad870dfae4f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "formdata", "formdata": [ { "key": "file", "type": "file", "value": null } ] }, "url": { "raw": "{{baseUrl}}/public/banking-documents/v1/entities/:entityId/connections/:connectionId/files", "host": [ "{{baseUrl}}" ], "path": [ "public", "banking-documents", "v1", "entities", ":entityId", "connections", ":connectionId", "files" ], "variable": [ { "id": "577c3361-f23d-4c4b-94d2-6cc68841608c", "key": "entityId", "value": "", "description": "(Required) Agicap entity identifier" }, { "id": "a93793a2-1ebc-4edc-9213-1f0282663aeb", "key": "connectionId", "value": "", "description": "(Required) Connection identifier" } ] } }, "response": [ { "id": "c929edc6-32ce-4ba2-99f2-97cb5430c91d", "name": "Your entity has been created.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "text/plain" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "key": "file", "type": "file" } ] }, "url": { "raw": "{{baseUrl}}/public/banking-documents/v1/entities/:entityId/connections/:connectionId/files", "host": [ "{{baseUrl}}" ], "path": [ "public", "banking-documents", "v1", "entities", ":entityId", "connections", ":connectionId", "files" ], "variable": [ { "key": "entityId" }, { "key": "connectionId" } ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T10:07:30.000Z", "updatedAt": "2026-07-28T10:07:30.000Z", "uid": "35240-c929edc6-32ce-4ba2-99f2-97cb5430c91d" }, { "id": "1df87f24-388a-4861-b165-084a869d640d", "name": "Your request is invalid.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "key": "file", "type": "file" } ] }, "url": { "raw": "{{baseUrl}}/public/banking-documents/v1/entities/:entityId/connections/:connectionId/files", "host": [ "{{baseUrl}}" ], "path": [ "public", "banking-documents", "v1", "entities", ":entityId", "connections", ":connectionId", "files" ], "variable": [ { "key": "entityId" }, { "key": "connectionId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": \"\",\n \"instance\": \"\",\n \"status\": \"\",\n \"title\": \"\",\n \"type\": \"\"\n}", "createdAt": "2026-07-28T10:07:30.000Z", "updatedAt": "2026-07-28T10:07:30.000Z", "uid": "35240-1df87f24-388a-4861-b165-084a869d640d" }, { "id": "1d37d3f2-7678-4e05-b16d-5dd0fe0b09de", "name": "Unauthorized request.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "key": "file", "type": "file" } ] }, "url": { "raw": "{{baseUrl}}/public/banking-documents/v1/entities/:entityId/connections/:connectionId/files", "host": [ "{{baseUrl}}" ], "path": [ "public", "banking-documents", "v1", "entities", ":entityId", "connections", ":connectionId", "files" ], "variable": [ { "key": "entityId" }, { "key": "connectionId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T10:07:30.000Z", "updatedAt": "2026-07-28T10:07:30.000Z", "uid": "35240-1d37d3f2-7678-4e05-b16d-5dd0fe0b09de" }, { "id": "d953832f-e08e-49ea-855f-d1a29e9d171b", "name": "Forbidden request.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "key": "file", "type": "file" } ] }, "url": { "raw": "{{baseUrl}}/public/banking-documents/v1/entities/:entityId/connections/:connectionId/files", "host": [ "{{baseUrl}}" ], "path": [ "public", "banking-documents", "v1", "entities", ":entityId", "connections", ":connectionId", "files" ], "variable": [ { "key": "entityId" }, { "key": "connectionId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T10:07:30.000Z", "updatedAt": "2026-07-28T10:07:30.000Z", "uid": "35240-d953832f-e08e-49ea-855f-d1a29e9d171b" }, { "id": "3ed7e06e-8107-4eee-a48f-4fdd8452b793", "name": "Too many requests. Please try again later.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "key": "file", "type": "file" } ] }, "url": { "raw": "{{baseUrl}}/public/banking-documents/v1/entities/:entityId/connections/:connectionId/files", "host": [ "{{baseUrl}}" ], "path": [ "public", "banking-documents", "v1", "entities", ":entityId", "connections", ":connectionId", "files" ], "variable": [ { "key": "entityId" }, { "key": "connectionId" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T10:07:30.000Z", "updatedAt": "2026-07-28T10:07:30.000Z", "uid": "35240-3ed7e06e-8107-4eee-a48f-4fdd8452b793" }, { "id": "a3f757f3-2d20-4e05-ad27-56512002b4a5", "name": "An internal server occurred.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "key": "file", "type": "file" } ] }, "url": { "raw": "{{baseUrl}}/public/banking-documents/v1/entities/:entityId/connections/:connectionId/files", "host": [ "{{baseUrl}}" ], "path": [ "public", "banking-documents", "v1", "entities", ":entityId", "connections", ":connectionId", "files" ], "variable": [ { "key": "entityId" }, { "key": "connectionId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": \"\",\n \"instance\": \"\",\n \"status\": \"\",\n \"title\": \"\",\n \"type\": \"\"\n}", "createdAt": "2026-07-28T10:07:30.000Z", "updatedAt": "2026-07-28T10:07:30.000Z", "uid": "35240-a3f757f3-2d20-4e05-ad27-56512002b4a5" } ], "createdAt": "2026-07-28T10:07:30.000Z", "updatedAt": "2026-07-28T10:07:30.000Z", "uid": "35240-a8d26b96-c25e-4bba-ba05-fad870dfae4f" } ], "id": "2d45fa5d-7622-46d1-83db-8a7716dbb04b", "createdAt": "2026-07-28T10:07:30.000Z", "updatedAt": "2026-07-28T10:07:30.000Z", "uid": "35240-2d45fa5d-7622-46d1-83db-8a7716dbb04b" } ], "id": "1a7ba9ae-6413-484a-bccf-215020f1febe", "createdAt": "2026-07-28T10:07:30.000Z", "updatedAt": "2026-07-28T10:07:30.000Z", "uid": "35240-1a7ba9ae-6413-484a-bccf-215020f1febe" } ], "id": "81e909d4-6d02-4510-b8cf-4b782dbfb4cf", "createdAt": "2026-07-28T10:07:30.000Z", "updatedAt": "2026-07-28T10:07:30.000Z", "uid": "35240-81e909d4-6d02-4510-b8cf-4b782dbfb4cf" } ], "id": "5c57d0cb-7c94-45e1-a5a6-ac10c5d6ebd5", "createdAt": "2026-07-28T10:07:30.000Z", "updatedAt": "2026-07-28T10:07:30.000Z", "uid": "35240-5c57d0cb-7c94-45e1-a5a6-ac10c5d6ebd5" } ], "id": "b43a7509-57bb-4cb4-82b7-2ea68928dde3", "createdAt": "2026-07-28T10:07:30.000Z", "updatedAt": "2026-07-28T10:07:30.000Z", "uid": "35240-b43a7509-57bb-4cb4-82b7-2ea68928dde3" } ], "id": "72990079-7e80-472a-9210-43569e32c408", "createdAt": "2026-07-28T10:07:30.000Z", "updatedAt": "2026-07-28T10:07:30.000Z", "uid": "35240-72990079-7e80-472a-9210-43569e32c408" } ], "id": "e02acecd-5afe-4f3e-b340-4214d19cbdb9", "createdAt": "2026-07-28T10:07:30.000Z", "updatedAt": "2026-07-28T10:07:30.000Z", "uid": "35240-e02acecd-5afe-4f3e-b340-4214d19cbdb9" } ], "id": "d373d00e-7bdb-4a12-ab5c-69b354ed1e3a", "createdAt": "2026-07-28T10:07:30.000Z", "updatedAt": "2026-07-28T10:07:30.000Z", "uid": "35240-d373d00e-7bdb-4a12-ab5c-69b354ed1e3a" } ], "variable": [ { "key": "baseUrl", "value": "https://api.agicap.com" } ] }