{ "info": { "_postman_id": "f6bdc379-3eaf-45e6-a211-c49f1e3946a6", "name": "Unified.to account 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:30.000Z", "updatedAt": "2026-07-28T03:22:30.000Z", "lastUpdatedBy": "35240", "uid": "35240-f6bdc379-3eaf-45e6-a211-c49f1e3946a6" }, "item": [ { "name": "accounting", "item": [ { "name": "{connection_id}", "item": [ { "name": "account", "item": [ { "name": "{id}", "item": [ { "name": "Remove an account", "id": "182d0b92-f574-4dcc-a80d-0178248d1149", "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}}/accounting/:connection_id/account/:id", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "account", ":id" ], "variable": [ { "id": "42cb4baf-ad33-4218-a7f7-c673783368db", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "dd17bb70-ec7a-4b54-8c5c-a0621d7b71ce", "key": "id", "value": "", "description": "(Required) ID of the Account" } ] } }, "response": [ { "id": "2ec2c1cc-bcc0-43a1-b761-849eca148286", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/account/:id", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "account", ":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:30.000Z", "updatedAt": "2026-07-28T03:22:30.000Z", "uid": "35240-2ec2c1cc-bcc0-43a1-b761-849eca148286" }, { "id": "c1d49df2-c438-4694-9102-5f993ab8b8f0", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/account/:id", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "account", ":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:30.000Z", "updatedAt": "2026-07-28T03:22:30.000Z", "uid": "35240-c1d49df2-c438-4694-9102-5f993ab8b8f0" } ], "createdAt": "2026-07-28T03:22:30.000Z", "updatedAt": "2026-07-28T03:22:30.000Z", "uid": "35240-182d0b92-f574-4dcc-a80d-0178248d1149" }, { "name": "Retrieve an account", "id": "709c0917-1b1d-490f-8786-d8ff6ea5bdd8", "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}}/accounting/:connection_id/account/:id?fields=status&fields=type&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "account", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "status" }, { "description": "Fields to return", "key": "fields", "value": "type" }, { "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": "29e5ac7a-fa8d-40f9-8435-0b9189b44631", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "f9086cfe-b627-45a9-b881-c54e67da2719", "key": "id", "value": "", "description": "(Required) ID of the Account" } ] } }, "response": [ { "id": "bce2baeb-d7b4-49fb-95e7-0afcebbfdb2d", "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}}/accounting/:connection_id/account/:id?fields=type&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "account", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "type" }, { "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 \"balance\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"customer_defined_code\": \"\",\n \"description\": \"\",\n \"group\": \"\",\n \"id\": \"\",\n \"is_payable\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"laboris_1a\": \"enim officia fugiat\",\n \"nostrud_2\": true,\n \"enim_c5\": false,\n \"non_8\": false\n },\n \"section\": \"\",\n \"status\": \"ARCHIVED\",\n \"subgroup\": \"\",\n \"subsection\": \"\",\n \"taxonomy\": [\n {\n \"type\": \"GROUP\",\n \"value\": \"\",\n \"original_type\": \"\"\n },\n {\n \"type\": \"SUBGROUP\",\n \"value\": \"\",\n \"original_type\": \"\"\n }\n ],\n \"type\": \"CREDIT_CARD\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:22:30.000Z", "updatedAt": "2026-07-28T03:22:30.000Z", "uid": "35240-bce2baeb-d7b4-49fb-95e7-0afcebbfdb2d" } ], "createdAt": "2026-07-28T03:22:30.000Z", "updatedAt": "2026-07-28T03:22:30.000Z", "uid": "35240-709c0917-1b1d-490f-8786-d8ff6ea5bdd8" }, { "name": "Update an account", "id": "d0c0da01-5c93-46a8-9dee-05e10b2ddf6c", "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 \"balance\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"customer_defined_code\": \"\",\n \"description\": \"\",\n \"group\": \"\",\n \"id\": \"\",\n \"is_payable\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"laboris_1a\": \"enim officia fugiat\",\n \"nostrud_2\": true,\n \"enim_c5\": false,\n \"non_8\": false\n },\n \"section\": \"\",\n \"status\": \"ARCHIVED\",\n \"subgroup\": \"\",\n \"subsection\": \"\",\n \"taxonomy\": [\n {\n \"type\": \"GROUP\",\n \"value\": \"\",\n \"original_type\": \"\"\n },\n {\n \"type\": \"SUBGROUP\",\n \"value\": \"\",\n \"original_type\": \"\"\n }\n ],\n \"type\": \"CREDIT_CARD\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/account/:id?fields=status&fields=type&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "account", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "status" }, { "description": "Fields to return", "key": "fields", "value": "type" }, { "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": "d8e59162-582f-4ba2-892e-42572b2e30c7", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "6c6cb224-235f-4cd9-95ff-1c6676071b8d", "key": "id", "value": "", "description": "(Required) ID of the Account" } ] } }, "response": [ { "id": "d18a97c9-9872-4268-92a4-bb3c6f0ff8b6", "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 \"balance\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"customer_defined_code\": \"\",\n \"description\": \"\",\n \"group\": \"\",\n \"id\": \"\",\n \"is_payable\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"laboris_1a\": \"enim officia fugiat\",\n \"nostrud_2\": true,\n \"enim_c5\": false,\n \"non_8\": false\n },\n \"section\": \"\",\n \"status\": \"ARCHIVED\",\n \"subgroup\": \"\",\n \"subsection\": \"\",\n \"taxonomy\": [\n {\n \"type\": \"GROUP\",\n \"value\": \"\",\n \"original_type\": \"\"\n },\n {\n \"type\": \"SUBGROUP\",\n \"value\": \"\",\n \"original_type\": \"\"\n }\n ],\n \"type\": \"CREDIT_CARD\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/account/:id?fields=type&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "account", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "type" }, { "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 \"balance\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"customer_defined_code\": \"\",\n \"description\": \"\",\n \"group\": \"\",\n \"id\": \"\",\n \"is_payable\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"laboris_1a\": \"enim officia fugiat\",\n \"nostrud_2\": true,\n \"enim_c5\": false,\n \"non_8\": false\n },\n \"section\": \"\",\n \"status\": \"ARCHIVED\",\n \"subgroup\": \"\",\n \"subsection\": \"\",\n \"taxonomy\": [\n {\n \"type\": \"GROUP\",\n \"value\": \"\",\n \"original_type\": \"\"\n },\n {\n \"type\": \"SUBGROUP\",\n \"value\": \"\",\n \"original_type\": \"\"\n }\n ],\n \"type\": \"CREDIT_CARD\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:22:30.000Z", "updatedAt": "2026-07-28T03:22:30.000Z", "uid": "35240-d18a97c9-9872-4268-92a4-bb3c6f0ff8b6" } ], "createdAt": "2026-07-28T03:22:30.000Z", "updatedAt": "2026-07-28T03:22:30.000Z", "uid": "35240-d0c0da01-5c93-46a8-9dee-05e10b2ddf6c" }, { "name": "Update an account", "id": "da87fb85-e565-4142-952a-d419695ba0f9", "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 \"balance\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"customer_defined_code\": \"\",\n \"description\": \"\",\n \"group\": \"\",\n \"id\": \"\",\n \"is_payable\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"laboris_1a\": \"enim officia fugiat\",\n \"nostrud_2\": true,\n \"enim_c5\": false,\n \"non_8\": false\n },\n \"section\": \"\",\n \"status\": \"ARCHIVED\",\n \"subgroup\": \"\",\n \"subsection\": \"\",\n \"taxonomy\": [\n {\n \"type\": \"GROUP\",\n \"value\": \"\",\n \"original_type\": \"\"\n },\n {\n \"type\": \"SUBGROUP\",\n \"value\": \"\",\n \"original_type\": \"\"\n }\n ],\n \"type\": \"CREDIT_CARD\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/account/:id?fields=status&fields=type&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "account", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "status" }, { "description": "Fields to return", "key": "fields", "value": "type" }, { "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": "6764136a-46d8-4762-98a2-e772a4ec20ab", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "2633c6b6-fd7d-4562-a4f0-d09bad6d0fdf", "key": "id", "value": "", "description": "(Required) ID of the Account" } ] } }, "response": [ { "id": "58510f4a-0e61-4d5b-ada0-a862a6753888", "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 \"balance\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"customer_defined_code\": \"\",\n \"description\": \"\",\n \"group\": \"\",\n \"id\": \"\",\n \"is_payable\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"laboris_1a\": \"enim officia fugiat\",\n \"nostrud_2\": true,\n \"enim_c5\": false,\n \"non_8\": false\n },\n \"section\": \"\",\n \"status\": \"ARCHIVED\",\n \"subgroup\": \"\",\n \"subsection\": \"\",\n \"taxonomy\": [\n {\n \"type\": \"GROUP\",\n \"value\": \"\",\n \"original_type\": \"\"\n },\n {\n \"type\": \"SUBGROUP\",\n \"value\": \"\",\n \"original_type\": \"\"\n }\n ],\n \"type\": \"CREDIT_CARD\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/account/:id?fields=type&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "account", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "type" }, { "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 \"balance\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"customer_defined_code\": \"\",\n \"description\": \"\",\n \"group\": \"\",\n \"id\": \"\",\n \"is_payable\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"laboris_1a\": \"enim officia fugiat\",\n \"nostrud_2\": true,\n \"enim_c5\": false,\n \"non_8\": false\n },\n \"section\": \"\",\n \"status\": \"ARCHIVED\",\n \"subgroup\": \"\",\n \"subsection\": \"\",\n \"taxonomy\": [\n {\n \"type\": \"GROUP\",\n \"value\": \"\",\n \"original_type\": \"\"\n },\n {\n \"type\": \"SUBGROUP\",\n \"value\": \"\",\n \"original_type\": \"\"\n }\n ],\n \"type\": \"CREDIT_CARD\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:22:30.000Z", "updatedAt": "2026-07-28T03:22:30.000Z", "uid": "35240-58510f4a-0e61-4d5b-ada0-a862a6753888" } ], "createdAt": "2026-07-28T03:22:30.000Z", "updatedAt": "2026-07-28T03:22:30.000Z", "uid": "35240-da87fb85-e565-4142-952a-d419695ba0f9" } ], "id": "a649e021-fdd2-4d70-a328-6c0852b8c4d8", "createdAt": "2026-07-28T03:22:30.000Z", "updatedAt": "2026-07-28T03:22:30.000Z", "uid": "35240-a649e021-fdd2-4d70-a328-6c0852b8c4d8" }, { "name": "List all accounts", "id": "e61d2c3a-de74-447c-b4d9-8c93fb182ab9", "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}}/accounting/:connection_id/account?limit=&offset=&updated_gte=&sort=&order=&query=&org_id=&type=&fields=status&fields=type&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "account" ], "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 org ID to filter by (reference to AccountingOrganization)", "key": "org_id", "value": "" }, { "description": "The type to filter by", "key": "type", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "status" }, { "description": "Fields to return", "key": "fields", "value": "type" }, { "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": "48614231-fdcb-4567-8f88-ae285dbd26cb", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "6525f3ea-cc14-4886-941b-e37be69cd4e0", "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}}/accounting/:connection_id/account?limit=&offset=&updated_gte=&sort=&order=&query=&org_id=&type=&fields=type&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "account" ], "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 org ID to filter by (reference to AccountingOrganization)", "key": "org_id", "value": "" }, { "description": "The type to filter by", "key": "type", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "type" }, { "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 \"balance\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"customer_defined_code\": \"\",\n \"description\": \"\",\n \"group\": \"\",\n \"id\": \"\",\n \"is_payable\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"Duis_52e\": -55886890\n },\n \"section\": \"\",\n \"status\": \"ACTIVE\",\n \"subgroup\": \"\",\n \"subsection\": \"\",\n \"taxonomy\": [\n {\n \"type\": \"CLASSIFICATION\",\n \"value\": \"\",\n \"original_type\": \"\"\n },\n {\n \"type\": \"OTHER\",\n \"value\": \"\",\n \"original_type\": \"\"\n }\n ],\n \"type\": \"LIABILITY\",\n \"updated_at\": \"\"\n },\n {\n \"balance\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"customer_defined_code\": \"\",\n \"description\": \"\",\n \"group\": \"\",\n \"id\": \"\",\n \"is_payable\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"ametc\": -61177060.40680746,\n \"ipsum42\": \"proident officia Ut nisi\"\n },\n \"section\": \"\",\n \"status\": \"ARCHIVED\",\n \"subgroup\": \"\",\n \"subsection\": \"\",\n \"taxonomy\": [\n {\n \"type\": \"CLASSIFICATION\",\n \"value\": \"\",\n \"original_type\": \"\"\n },\n {\n \"type\": \"GROUP\",\n \"value\": \"\",\n \"original_type\": \"\"\n }\n ],\n \"type\": \"ACCOUNTS_RECEIVABLE\",\n \"updated_at\": \"\"\n }\n]", "createdAt": "2026-07-28T03:22:30.000Z", "updatedAt": "2026-07-28T03:22:30.000Z", "uid": "35240-6525f3ea-cc14-4886-941b-e37be69cd4e0" } ], "createdAt": "2026-07-28T03:22:30.000Z", "updatedAt": "2026-07-28T03:22:30.000Z", "uid": "35240-e61d2c3a-de74-447c-b4d9-8c93fb182ab9" }, { "name": "Create an account", "id": "f19cc185-d1ea-4a05-be46-bc5c289f0f26", "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 \"balance\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"customer_defined_code\": \"\",\n \"description\": \"\",\n \"group\": \"\",\n \"id\": \"\",\n \"is_payable\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"laboris_1a\": \"enim officia fugiat\",\n \"nostrud_2\": true,\n \"enim_c5\": false,\n \"non_8\": false\n },\n \"section\": \"\",\n \"status\": \"ARCHIVED\",\n \"subgroup\": \"\",\n \"subsection\": \"\",\n \"taxonomy\": [\n {\n \"type\": \"GROUP\",\n \"value\": \"\",\n \"original_type\": \"\"\n },\n {\n \"type\": \"SUBGROUP\",\n \"value\": \"\",\n \"original_type\": \"\"\n }\n ],\n \"type\": \"CREDIT_CARD\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/account?fields=status&fields=type&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "account" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "status" }, { "description": "Fields to return", "key": "fields", "value": "type" }, { "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": "942f3e7e-9afa-4815-8ee0-c4cbd3f5ef0c", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "cb63b749-1b90-4912-99c5-36a2b8098e06", "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 \"balance\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"customer_defined_code\": \"\",\n \"description\": \"\",\n \"group\": \"\",\n \"id\": \"\",\n \"is_payable\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"laboris_1a\": \"enim officia fugiat\",\n \"nostrud_2\": true,\n \"enim_c5\": false,\n \"non_8\": false\n },\n \"section\": \"\",\n \"status\": \"ARCHIVED\",\n \"subgroup\": \"\",\n \"subsection\": \"\",\n \"taxonomy\": [\n {\n \"type\": \"GROUP\",\n \"value\": \"\",\n \"original_type\": \"\"\n },\n {\n \"type\": \"SUBGROUP\",\n \"value\": \"\",\n \"original_type\": \"\"\n }\n ],\n \"type\": \"CREDIT_CARD\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/account?fields=type&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "account" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "type" }, { "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 \"balance\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"customer_defined_code\": \"\",\n \"description\": \"\",\n \"group\": \"\",\n \"id\": \"\",\n \"is_payable\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"laboris_1a\": \"enim officia fugiat\",\n \"nostrud_2\": true,\n \"enim_c5\": false,\n \"non_8\": false\n },\n \"section\": \"\",\n \"status\": \"ARCHIVED\",\n \"subgroup\": \"\",\n \"subsection\": \"\",\n \"taxonomy\": [\n {\n \"type\": \"GROUP\",\n \"value\": \"\",\n \"original_type\": \"\"\n },\n {\n \"type\": \"SUBGROUP\",\n \"value\": \"\",\n \"original_type\": \"\"\n }\n ],\n \"type\": \"CREDIT_CARD\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:22:30.000Z", "updatedAt": "2026-07-28T03:22:30.000Z", "uid": "35240-cb63b749-1b90-4912-99c5-36a2b8098e06" } ], "createdAt": "2026-07-28T03:22:30.000Z", "updatedAt": "2026-07-28T03:22:30.000Z", "uid": "35240-f19cc185-d1ea-4a05-be46-bc5c289f0f26" } ], "id": "1f92586c-1176-4477-b3ce-3fc7b52a9405", "createdAt": "2026-07-28T03:22:30.000Z", "updatedAt": "2026-07-28T03:22:30.000Z", "uid": "35240-1f92586c-1176-4477-b3ce-3fc7b52a9405" } ], "id": "a08d7008-4de8-4c4e-b79a-345e053ee61c", "createdAt": "2026-07-28T03:22:30.000Z", "updatedAt": "2026-07-28T03:22:30.000Z", "uid": "35240-a08d7008-4de8-4c4e-b79a-345e053ee61c" } ], "id": "5bf8f0eb-f337-4f68-b19e-68e20221295f", "createdAt": "2026-07-28T03:22:30.000Z", "updatedAt": "2026-07-28T03:22:30.000Z", "uid": "35240-5bf8f0eb-f337-4f68-b19e-68e20221295f" } ], "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" } ] }