{ "info": { "_postman_id": "87167c7e-48cf-4df9-9748-a64c8f94a950", "name": "Unified.to account bankaccount API", "description": "One API to Rule Them All\n\nContact Support:\n Email: hello@unified.to", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T03:22:49.000Z", "updatedAt": "2026-07-28T03:22:49.000Z", "lastUpdatedBy": "35240", "uid": "35240-87167c7e-48cf-4df9-9748-a64c8f94a950" }, "item": [ { "name": "hris", "item": [ { "name": "{connection_id}", "item": [ { "name": "bankaccount", "item": [ { "name": "{id}", "item": [ { "name": "Remove a Bankaccount", "id": "b82c5d71-df52-46cf-91ac-71330aea0d92", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/hris/:connection_id/bankaccount/:id", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "bankaccount", ":id" ], "variable": [ { "id": "3de7fe7b-3642-4f03-8f93-d2f8d37efef6", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "41416175-88f9-41ef-8b8f-9525801dde54", "key": "id", "value": "", "description": "(Required) ID of the Bankaccount" } ] } }, "response": [ { "id": "60267d34-277f-4329-996b-5ebb3fb69358", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/hris/:connection_id/bankaccount/:id", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "bankaccount", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:22:50.000Z", "updatedAt": "2026-07-28T03:22:50.000Z", "uid": "35240-60267d34-277f-4329-996b-5ebb3fb69358" }, { "id": "3573266f-f47c-4de1-893f-322d6274de9a", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/hris/:connection_id/bankaccount/:id", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "bankaccount", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Type", "value": "" } ], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:22:50.000Z", "updatedAt": "2026-07-28T03:22:50.000Z", "uid": "35240-3573266f-f47c-4de1-893f-322d6274de9a" } ], "createdAt": "2026-07-28T03:22:49.000Z", "updatedAt": "2026-07-28T03:22:49.000Z", "uid": "35240-b82c5d71-df52-46cf-91ac-71330aea0d92" }, { "name": "Retrieve a Bankaccount", "id": "162fb725-e05c-45fc-8e90-4fce99a8b41f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/hris/:connection_id/bankaccount/:id?fields=id&fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "bankaccount", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "e64051d6-e9b7-4810-81b0-c4387abc88e2", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "ef67f9bd-94f7-4765-8a55-085517fa2990", "key": "id", "value": "", "description": "(Required) ID of the Bankaccount" } ] } }, "response": [ { "id": "83c471de-d98e-4a7e-8db7-61a9fe285309", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/hris/:connection_id/bankaccount/:id?fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "bankaccount", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"account_number\": \"\",\n \"account_number_last4\": \"\",\n \"account_type\": \"SAVINGS\",\n \"bank_name\": \"\",\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"id\": \"\",\n \"is_primary\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"laboris_be1\": \"eu occaecat id Duis ullamco\"\n },\n \"routing_number\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "createdAt": "2026-07-28T03:22:50.000Z", "updatedAt": "2026-07-28T03:22:50.000Z", "uid": "35240-83c471de-d98e-4a7e-8db7-61a9fe285309" } ], "createdAt": "2026-07-28T03:22:49.000Z", "updatedAt": "2026-07-28T03:22:49.000Z", "uid": "35240-162fb725-e05c-45fc-8e90-4fce99a8b41f" }, { "name": "Update a Bankaccount", "id": "136e6707-827a-4ddc-b971-f1bd365b4028", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"account_number\": \"\",\n \"account_number_last4\": \"\",\n \"account_type\": \"SAVINGS\",\n \"bank_name\": \"\",\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"id\": \"\",\n \"is_primary\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"laboris_be1\": \"eu occaecat id Duis ullamco\"\n },\n \"routing_number\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/bankaccount/:id?fields=id&fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "bankaccount", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "7518a9c2-a502-424c-b28a-d2f9157e4fe0", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "88359be9-afa6-4496-9a3e-fcbe217150a5", "key": "id", "value": "", "description": "(Required) ID of the Bankaccount" } ] } }, "response": [ { "id": "f2c7278c-f079-47ff-af5b-cbddbedbdc8a", "name": "Successful", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"account_number\": \"\",\n \"account_number_last4\": \"\",\n \"account_type\": \"SAVINGS\",\n \"bank_name\": \"\",\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"id\": \"\",\n \"is_primary\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"laboris_be1\": \"eu occaecat id Duis ullamco\"\n },\n \"routing_number\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/bankaccount/:id?fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "bankaccount", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"account_number\": \"\",\n \"account_number_last4\": \"\",\n \"account_type\": \"SAVINGS\",\n \"bank_name\": \"\",\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"id\": \"\",\n \"is_primary\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"laboris_be1\": \"eu occaecat id Duis ullamco\"\n },\n \"routing_number\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "createdAt": "2026-07-28T03:22:50.000Z", "updatedAt": "2026-07-28T03:22:50.000Z", "uid": "35240-f2c7278c-f079-47ff-af5b-cbddbedbdc8a" } ], "createdAt": "2026-07-28T03:22:49.000Z", "updatedAt": "2026-07-28T03:22:49.000Z", "uid": "35240-136e6707-827a-4ddc-b971-f1bd365b4028" }, { "name": "Update a Bankaccount", "id": "2959c73b-9e05-4510-9296-e94da632a998", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"account_number\": \"\",\n \"account_number_last4\": \"\",\n \"account_type\": \"SAVINGS\",\n \"bank_name\": \"\",\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"id\": \"\",\n \"is_primary\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"laboris_be1\": \"eu occaecat id Duis ullamco\"\n },\n \"routing_number\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/bankaccount/:id?fields=id&fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "bankaccount", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "f5584acf-3444-4d65-905b-8b57b0b91fe7", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "144c8dd4-44c7-4c2f-965d-32aea9f9d766", "key": "id", "value": "", "description": "(Required) ID of the Bankaccount" } ] } }, "response": [ { "id": "994058ca-674c-4ad0-a56b-774c0df6639e", "name": "Successful", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"account_number\": \"\",\n \"account_number_last4\": \"\",\n \"account_type\": \"SAVINGS\",\n \"bank_name\": \"\",\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"id\": \"\",\n \"is_primary\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"laboris_be1\": \"eu occaecat id Duis ullamco\"\n },\n \"routing_number\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/bankaccount/:id?fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "bankaccount", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"account_number\": \"\",\n \"account_number_last4\": \"\",\n \"account_type\": \"SAVINGS\",\n \"bank_name\": \"\",\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"id\": \"\",\n \"is_primary\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"laboris_be1\": \"eu occaecat id Duis ullamco\"\n },\n \"routing_number\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "createdAt": "2026-07-28T03:22:50.000Z", "updatedAt": "2026-07-28T03:22:50.000Z", "uid": "35240-994058ca-674c-4ad0-a56b-774c0df6639e" } ], "createdAt": "2026-07-28T03:22:49.000Z", "updatedAt": "2026-07-28T03:22:49.000Z", "uid": "35240-2959c73b-9e05-4510-9296-e94da632a998" } ], "id": "9f15d3bf-f0b9-435f-952e-94f8a80146d4", "createdAt": "2026-07-28T03:22:49.000Z", "updatedAt": "2026-07-28T03:22:49.000Z", "uid": "35240-9f15d3bf-f0b9-435f-952e-94f8a80146d4" }, { "name": "List All Bankaccounts", "id": "c188dafd-e6a2-4604-abb5-4785b2f8f3af", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/hris/:connection_id/bankaccount?limit=&offset=&updated_gte=&sort=&order=&query=&user_id=&company_id=&fields=id&fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "bankaccount" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The user/employee ID to filter by (reference to HrisEmployee)", "key": "user_id", "value": "" }, { "description": "The company ID to filter by (reference to HrisCompany)", "key": "company_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "f707d146-bc8c-4117-9ba4-0447826ef69b", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "1f3c9e88-ab71-429b-8751-e46e5dc3fd7d", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/hris/:connection_id/bankaccount?limit=&offset=&updated_gte=&sort=&order=&query=&user_id=&company_id=&fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "bankaccount" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The user/employee ID to filter by (reference to HrisEmployee)", "key": "user_id", "value": "" }, { "description": "The company ID to filter by (reference to HrisCompany)", "key": "company_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"account_number\": \"\",\n \"account_number_last4\": \"\",\n \"account_type\": \"SAVINGS\",\n \"bank_name\": \"\",\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"id\": \"\",\n \"is_primary\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"irure75c\": \"non adipisicing enim velit Lorem\"\n },\n \"routing_number\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n },\n {\n \"account_number\": \"\",\n \"account_number_last4\": \"\",\n \"account_type\": \"CHECKING\",\n \"bank_name\": \"\",\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"id\": \"\",\n \"is_primary\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"sedf3\": \"anim sed esse dolor Lorem\"\n },\n \"routing_number\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n }\n]", "createdAt": "2026-07-28T03:22:50.000Z", "updatedAt": "2026-07-28T03:22:50.000Z", "uid": "35240-1f3c9e88-ab71-429b-8751-e46e5dc3fd7d" } ], "createdAt": "2026-07-28T03:22:49.000Z", "updatedAt": "2026-07-28T03:22:49.000Z", "uid": "35240-c188dafd-e6a2-4604-abb5-4785b2f8f3af" }, { "name": "Create a Bankaccount", "id": "5da09656-8505-486b-9786-010dffc43871", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"account_number\": \"\",\n \"account_number_last4\": \"\",\n \"account_type\": \"SAVINGS\",\n \"bank_name\": \"\",\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"id\": \"\",\n \"is_primary\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"laboris_be1\": \"eu occaecat id Duis ullamco\"\n },\n \"routing_number\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/bankaccount?fields=id&fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "bankaccount" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "82a4fd6c-a512-47b3-adc9-8b25de8c3dc7", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "9660ce1d-af52-4268-8c6a-31147a0f19c4", "name": "Successful", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"account_number\": \"\",\n \"account_number_last4\": \"\",\n \"account_type\": \"SAVINGS\",\n \"bank_name\": \"\",\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"id\": \"\",\n \"is_primary\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"laboris_be1\": \"eu occaecat id Duis ullamco\"\n },\n \"routing_number\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/bankaccount?fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "bankaccount" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"account_number\": \"\",\n \"account_number_last4\": \"\",\n \"account_type\": \"SAVINGS\",\n \"bank_name\": \"\",\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"id\": \"\",\n \"is_primary\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"laboris_be1\": \"eu occaecat id Duis ullamco\"\n },\n \"routing_number\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "createdAt": "2026-07-28T03:22:50.000Z", "updatedAt": "2026-07-28T03:22:50.000Z", "uid": "35240-9660ce1d-af52-4268-8c6a-31147a0f19c4" } ], "createdAt": "2026-07-28T03:22:49.000Z", "updatedAt": "2026-07-28T03:22:49.000Z", "uid": "35240-5da09656-8505-486b-9786-010dffc43871" } ], "id": "48bf41e5-d130-43a7-b788-33c71631fbda", "createdAt": "2026-07-28T03:22:49.000Z", "updatedAt": "2026-07-28T03:22:49.000Z", "uid": "35240-48bf41e5-d130-43a7-b788-33c71631fbda" } ], "id": "6f469955-e656-454d-acbf-8fd59bc5fd45", "createdAt": "2026-07-28T03:22:49.000Z", "updatedAt": "2026-07-28T03:22:49.000Z", "uid": "35240-6f469955-e656-454d-acbf-8fd59bc5fd45" } ], "id": "72b0a2ea-627c-4f21-aaa7-5fcb61537972", "createdAt": "2026-07-28T03:22:49.000Z", "updatedAt": "2026-07-28T03:22:49.000Z", "uid": "35240-72b0a2ea-627c-4f21-aaa7-5fcb61537972" } ], "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://api.unified.to" } ] }