{ "info": { "_postman_id": "66f2e5e3-d6d3-4fa6-a6a1-0abe215d3695", "name": "Unified.to account transaction 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:27:25.000Z", "updatedAt": "2026-07-28T03:27:25.000Z", "lastUpdatedBy": "35240", "uid": "35240-66f2e5e3-d6d3-4fa6-a6a1-0abe215d3695" }, "item": [ { "name": "accounting", "item": [ { "name": "{connection_id}", "item": [ { "name": "transaction", "item": [ { "name": "{id}", "item": [ { "name": "Remove a transaction", "id": "69301c7f-a848-4c25-9718-0c4ee1c9240a", "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/transaction/:id", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "transaction", ":id" ], "variable": [ { "id": "b929dd01-75b1-47dd-8774-7f562bbc4275", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "65027a9b-64c2-46d2-b715-5bb8bf6f1ed5", "key": "id", "value": "", "description": "(Required) ID of the Transaction" } ] } }, "response": [ { "id": "82aecfba-7409-4d94-bef2-4b44fb84b745", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/transaction/:id", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "transaction", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:27:25.000Z", "updatedAt": "2026-07-28T03:27:25.000Z", "uid": "35240-82aecfba-7409-4d94-bef2-4b44fb84b745" }, { "id": "eb4f74fc-9392-4f59-a5d3-3a5065319f2b", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/transaction/:id", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "transaction", ":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:27:25.000Z", "updatedAt": "2026-07-28T03:27:25.000Z", "uid": "35240-eb4f74fc-9392-4f59-a5d3-3a5065319f2b" } ], "createdAt": "2026-07-28T03:27:25.000Z", "updatedAt": "2026-07-28T03:27:25.000Z", "uid": "35240-69301c7f-a848-4c25-9718-0c4ee1c9240a" }, { "name": "Retrieve a transaction", "id": "2ae2908b-8caa-40f7-ba17-93368ea9b5b8", "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/transaction/:id?fields=updated_at&fields=split_account_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "transaction", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Fields to return", "key": "fields", "value": "split_account_id" }, { "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": "a60054d9-11b2-464a-9922-972f377e6948", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "f1c95be7-6842-4a44-b8e6-2376c5cb7b6c", "key": "id", "value": "", "description": "(Required) ID of the Transaction" } ] } }, "response": [ { "id": "0e78eb34-15c1-4a4f-bf0c-f2c1ba180f4a", "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/transaction/:id?fields=split_account_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "transaction", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "split_account_id" }, { "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_id\": \"\",\n \"contacts\": [\n {\n \"id\": \"\",\n \"is_customer\": \"\",\n \"is_supplier\": \"\"\n },\n {\n \"id\": \"\",\n \"is_customer\": \"\",\n \"is_supplier\": \"\"\n }\n ],\n \"created_at\": \"\",\n \"currency\": \"\",\n \"customer_message\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"object_type\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\"\n },\n {\n \"account_id\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"object_type\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\"\n }\n ],\n \"memo\": \"\",\n \"organization_id\": \"\",\n \"payment_method\": \"\",\n \"payment_terms\": \"\",\n \"raw\": {\n \"magna8c0\": \"consectetur adipisicing\",\n \"Duis_71\": -49194532.51935293\n },\n \"reference\": \"\",\n \"split_account_id\": \"\",\n \"sub_total_amount\": \"\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\",\n \"type\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:27:25.000Z", "updatedAt": "2026-07-28T03:27:25.000Z", "uid": "35240-0e78eb34-15c1-4a4f-bf0c-f2c1ba180f4a" } ], "createdAt": "2026-07-28T03:27:25.000Z", "updatedAt": "2026-07-28T03:27:25.000Z", "uid": "35240-2ae2908b-8caa-40f7-ba17-93368ea9b5b8" }, { "name": "Update a transaction", "id": "6c29c300-cb1b-4e2c-9d6a-9298058dab61", "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_id\": \"\",\n \"contacts\": [\n {\n \"id\": \"\",\n \"is_customer\": \"\",\n \"is_supplier\": \"\"\n },\n {\n \"id\": \"\",\n \"is_customer\": \"\",\n \"is_supplier\": \"\"\n }\n ],\n \"created_at\": \"\",\n \"currency\": \"\",\n \"customer_message\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"object_type\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\"\n },\n {\n \"account_id\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"object_type\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\"\n }\n ],\n \"memo\": \"\",\n \"organization_id\": \"\",\n \"payment_method\": \"\",\n \"payment_terms\": \"\",\n \"raw\": {\n \"magna8c0\": \"consectetur adipisicing\",\n \"Duis_71\": -49194532.51935293\n },\n \"reference\": \"\",\n \"split_account_id\": \"\",\n \"sub_total_amount\": \"\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\",\n \"type\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/transaction/:id?fields=updated_at&fields=split_account_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "transaction", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Fields to return", "key": "fields", "value": "split_account_id" }, { "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": "41b6c53f-78e6-45f1-85ea-d5324e773702", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "f9add8e7-c800-46f3-8349-06199035cd63", "key": "id", "value": "", "description": "(Required) ID of the Transaction" } ] } }, "response": [ { "id": "98d10c23-e18e-460b-a299-e0c10f53164d", "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_id\": \"\",\n \"contacts\": [\n {\n \"id\": \"\",\n \"is_customer\": \"\",\n \"is_supplier\": \"\"\n },\n {\n \"id\": \"\",\n \"is_customer\": \"\",\n \"is_supplier\": \"\"\n }\n ],\n \"created_at\": \"\",\n \"currency\": \"\",\n \"customer_message\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"object_type\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\"\n },\n {\n \"account_id\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"object_type\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\"\n }\n ],\n \"memo\": \"\",\n \"organization_id\": \"\",\n \"payment_method\": \"\",\n \"payment_terms\": \"\",\n \"raw\": {\n \"magna8c0\": \"consectetur adipisicing\",\n \"Duis_71\": -49194532.51935293\n },\n \"reference\": \"\",\n \"split_account_id\": \"\",\n \"sub_total_amount\": \"\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\",\n \"type\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/transaction/:id?fields=split_account_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "transaction", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "split_account_id" }, { "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_id\": \"\",\n \"contacts\": [\n {\n \"id\": \"\",\n \"is_customer\": \"\",\n \"is_supplier\": \"\"\n },\n {\n \"id\": \"\",\n \"is_customer\": \"\",\n \"is_supplier\": \"\"\n }\n ],\n \"created_at\": \"\",\n \"currency\": \"\",\n \"customer_message\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"object_type\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\"\n },\n {\n \"account_id\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"object_type\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\"\n }\n ],\n \"memo\": \"\",\n \"organization_id\": \"\",\n \"payment_method\": \"\",\n \"payment_terms\": \"\",\n \"raw\": {\n \"magna8c0\": \"consectetur adipisicing\",\n \"Duis_71\": -49194532.51935293\n },\n \"reference\": \"\",\n \"split_account_id\": \"\",\n \"sub_total_amount\": \"\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\",\n \"type\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:27:25.000Z", "updatedAt": "2026-07-28T03:27:25.000Z", "uid": "35240-98d10c23-e18e-460b-a299-e0c10f53164d" } ], "createdAt": "2026-07-28T03:27:25.000Z", "updatedAt": "2026-07-28T03:27:25.000Z", "uid": "35240-6c29c300-cb1b-4e2c-9d6a-9298058dab61" }, { "name": "Update a transaction", "id": "fbf11489-e14f-4ba3-a38d-b2dd616124d5", "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_id\": \"\",\n \"contacts\": [\n {\n \"id\": \"\",\n \"is_customer\": \"\",\n \"is_supplier\": \"\"\n },\n {\n \"id\": \"\",\n \"is_customer\": \"\",\n \"is_supplier\": \"\"\n }\n ],\n \"created_at\": \"\",\n \"currency\": \"\",\n \"customer_message\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"object_type\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\"\n },\n {\n \"account_id\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"object_type\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\"\n }\n ],\n \"memo\": \"\",\n \"organization_id\": \"\",\n \"payment_method\": \"\",\n \"payment_terms\": \"\",\n \"raw\": {\n \"magna8c0\": \"consectetur adipisicing\",\n \"Duis_71\": -49194532.51935293\n },\n \"reference\": \"\",\n \"split_account_id\": \"\",\n \"sub_total_amount\": \"\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\",\n \"type\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/transaction/:id?fields=updated_at&fields=split_account_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "transaction", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Fields to return", "key": "fields", "value": "split_account_id" }, { "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": "665cf2ce-2984-4fcd-adf4-0d54dbba859b", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "0e15ba5b-ab96-4f49-a348-1a2e55f108fb", "key": "id", "value": "", "description": "(Required) ID of the Transaction" } ] } }, "response": [ { "id": "532ab1fd-ffeb-41c3-a0ce-fb4952a36ee3", "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_id\": \"\",\n \"contacts\": [\n {\n \"id\": \"\",\n \"is_customer\": \"\",\n \"is_supplier\": \"\"\n },\n {\n \"id\": \"\",\n \"is_customer\": \"\",\n \"is_supplier\": \"\"\n }\n ],\n \"created_at\": \"\",\n \"currency\": \"\",\n \"customer_message\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"object_type\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\"\n },\n {\n \"account_id\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"object_type\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\"\n }\n ],\n \"memo\": \"\",\n \"organization_id\": \"\",\n \"payment_method\": \"\",\n \"payment_terms\": \"\",\n \"raw\": {\n \"magna8c0\": \"consectetur adipisicing\",\n \"Duis_71\": -49194532.51935293\n },\n \"reference\": \"\",\n \"split_account_id\": \"\",\n \"sub_total_amount\": \"\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\",\n \"type\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/transaction/:id?fields=split_account_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "transaction", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "split_account_id" }, { "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_id\": \"\",\n \"contacts\": [\n {\n \"id\": \"\",\n \"is_customer\": \"\",\n \"is_supplier\": \"\"\n },\n {\n \"id\": \"\",\n \"is_customer\": \"\",\n \"is_supplier\": \"\"\n }\n ],\n \"created_at\": \"\",\n \"currency\": \"\",\n \"customer_message\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"object_type\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\"\n },\n {\n \"account_id\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"object_type\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\"\n }\n ],\n \"memo\": \"\",\n \"organization_id\": \"\",\n \"payment_method\": \"\",\n \"payment_terms\": \"\",\n \"raw\": {\n \"magna8c0\": \"consectetur adipisicing\",\n \"Duis_71\": -49194532.51935293\n },\n \"reference\": \"\",\n \"split_account_id\": \"\",\n \"sub_total_amount\": \"\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\",\n \"type\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:27:25.000Z", "updatedAt": "2026-07-28T03:27:25.000Z", "uid": "35240-532ab1fd-ffeb-41c3-a0ce-fb4952a36ee3" } ], "createdAt": "2026-07-28T03:27:25.000Z", "updatedAt": "2026-07-28T03:27:25.000Z", "uid": "35240-fbf11489-e14f-4ba3-a38d-b2dd616124d5" } ], "id": "6ab1c8a3-741f-4957-b6c2-e2f4d0c961e6", "createdAt": "2026-07-28T03:27:25.000Z", "updatedAt": "2026-07-28T03:27:25.000Z", "uid": "35240-6ab1c8a3-741f-4957-b6c2-e2f4d0c961e6" }, { "name": "List all transactions", "id": "9556aad9-c615-4357-af78-5e882674eab5", "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/transaction?limit=&offset=&updated_gte=&sort=&order=&query=&contact_id=&start_gte=&end_lt=&org_id=&account_id=&fields=updated_at&fields=split_account_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "transaction" ], "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 contact ID to filter by (reference to AccountingContact)", "key": "contact_id", "value": "" }, { "description": "The start date to filter by (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "start_gte", "value": "" }, { "description": "The end date to filter by (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "end_lt", "value": "" }, { "description": "The org ID to filter by (reference to AccountingOrganization)", "key": "org_id", "value": "" }, { "description": "The account ID to filter by (reference to AccountingAccount)", "key": "account_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Fields to return", "key": "fields", "value": "split_account_id" }, { "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": "03c16a06-0d32-4a8f-899d-91884a67b659", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "e941fadb-d2a7-4d3d-9cc3-17bf80d3ae57", "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/transaction?limit=&offset=&updated_gte=&sort=&order=&query=&contact_id=&start_gte=&end_lt=&org_id=&account_id=&fields=split_account_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "transaction" ], "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 contact ID to filter by (reference to AccountingContact)", "key": "contact_id", "value": "" }, { "description": "The start date to filter by (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "start_gte", "value": "" }, { "description": "The end date to filter by (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "end_lt", "value": "" }, { "description": "The org ID to filter by (reference to AccountingOrganization)", "key": "org_id", "value": "" }, { "description": "The account ID to filter by (reference to AccountingAccount)", "key": "account_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "split_account_id" }, { "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_id\": \"\",\n \"contacts\": [\n {\n \"id\": \"\",\n \"is_customer\": \"\",\n \"is_supplier\": \"\"\n },\n {\n \"id\": \"\",\n \"is_customer\": \"\",\n \"is_supplier\": \"\"\n }\n ],\n \"created_at\": \"\",\n \"currency\": \"\",\n \"customer_message\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"object_type\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\"\n },\n {\n \"account_id\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"object_type\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\"\n }\n ],\n \"memo\": \"\",\n \"organization_id\": \"\",\n \"payment_method\": \"\",\n \"payment_terms\": \"\",\n \"raw\": {\n \"pariatur542\": -97806744\n },\n \"reference\": \"\",\n \"split_account_id\": \"\",\n \"sub_total_amount\": \"\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\",\n \"type\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"contacts\": [\n {\n \"id\": \"\",\n \"is_customer\": \"\",\n \"is_supplier\": \"\"\n },\n {\n \"id\": \"\",\n \"is_customer\": \"\",\n \"is_supplier\": \"\"\n }\n ],\n \"created_at\": \"\",\n \"currency\": \"\",\n \"customer_message\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"object_type\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\"\n },\n {\n \"account_id\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"object_type\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\"\n }\n ],\n \"memo\": \"\",\n \"organization_id\": \"\",\n \"payment_method\": \"\",\n \"payment_terms\": \"\",\n \"raw\": {\n \"aliqua_e69\": false,\n \"Ut5\": 34343657.46277508\n },\n \"reference\": \"\",\n \"split_account_id\": \"\",\n \"sub_total_amount\": \"\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\",\n \"type\": \"\",\n \"updated_at\": \"\"\n }\n]", "createdAt": "2026-07-28T03:27:25.000Z", "updatedAt": "2026-07-28T03:27:25.000Z", "uid": "35240-e941fadb-d2a7-4d3d-9cc3-17bf80d3ae57" } ], "createdAt": "2026-07-28T03:27:25.000Z", "updatedAt": "2026-07-28T03:27:25.000Z", "uid": "35240-9556aad9-c615-4357-af78-5e882674eab5" }, { "name": "Create a transaction", "id": "5b909883-42c0-40dc-b0ea-9dd40dc2746a", "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_id\": \"\",\n \"contacts\": [\n {\n \"id\": \"\",\n \"is_customer\": \"\",\n \"is_supplier\": \"\"\n },\n {\n \"id\": \"\",\n \"is_customer\": \"\",\n \"is_supplier\": \"\"\n }\n ],\n \"created_at\": \"\",\n \"currency\": \"\",\n \"customer_message\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"object_type\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\"\n },\n {\n \"account_id\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"object_type\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\"\n }\n ],\n \"memo\": \"\",\n \"organization_id\": \"\",\n \"payment_method\": \"\",\n \"payment_terms\": \"\",\n \"raw\": {\n \"magna8c0\": \"consectetur adipisicing\",\n \"Duis_71\": -49194532.51935293\n },\n \"reference\": \"\",\n \"split_account_id\": \"\",\n \"sub_total_amount\": \"\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\",\n \"type\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/transaction?fields=updated_at&fields=split_account_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "transaction" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Fields to return", "key": "fields", "value": "split_account_id" }, { "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": "55cc49fb-d472-40b4-8741-e8620c1bea72", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "5b99f380-fe51-4955-a319-74855474066d", "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_id\": \"\",\n \"contacts\": [\n {\n \"id\": \"\",\n \"is_customer\": \"\",\n \"is_supplier\": \"\"\n },\n {\n \"id\": \"\",\n \"is_customer\": \"\",\n \"is_supplier\": \"\"\n }\n ],\n \"created_at\": \"\",\n \"currency\": \"\",\n \"customer_message\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"object_type\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\"\n },\n {\n \"account_id\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"object_type\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\"\n }\n ],\n \"memo\": \"\",\n \"organization_id\": \"\",\n \"payment_method\": \"\",\n \"payment_terms\": \"\",\n \"raw\": {\n \"magna8c0\": \"consectetur adipisicing\",\n \"Duis_71\": -49194532.51935293\n },\n \"reference\": \"\",\n \"split_account_id\": \"\",\n \"sub_total_amount\": \"\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\",\n \"type\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/transaction?fields=split_account_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "transaction" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "split_account_id" }, { "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_id\": \"\",\n \"contacts\": [\n {\n \"id\": \"\",\n \"is_customer\": \"\",\n \"is_supplier\": \"\"\n },\n {\n \"id\": \"\",\n \"is_customer\": \"\",\n \"is_supplier\": \"\"\n }\n ],\n \"created_at\": \"\",\n \"currency\": \"\",\n \"customer_message\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"object_type\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\"\n },\n {\n \"account_id\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"object_type\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\"\n }\n ],\n \"memo\": \"\",\n \"organization_id\": \"\",\n \"payment_method\": \"\",\n \"payment_terms\": \"\",\n \"raw\": {\n \"magna8c0\": \"consectetur adipisicing\",\n \"Duis_71\": -49194532.51935293\n },\n \"reference\": \"\",\n \"split_account_id\": \"\",\n \"sub_total_amount\": \"\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\",\n \"type\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:27:25.000Z", "updatedAt": "2026-07-28T03:27:25.000Z", "uid": "35240-5b99f380-fe51-4955-a319-74855474066d" } ], "createdAt": "2026-07-28T03:27:25.000Z", "updatedAt": "2026-07-28T03:27:25.000Z", "uid": "35240-5b909883-42c0-40dc-b0ea-9dd40dc2746a" } ], "id": "5bd12965-4c92-44f7-8ab6-a7ac364e7b51", "createdAt": "2026-07-28T03:27:25.000Z", "updatedAt": "2026-07-28T03:27:25.000Z", "uid": "35240-5bd12965-4c92-44f7-8ab6-a7ac364e7b51" } ], "id": "d0d166c9-b48d-4817-9b66-057dd20dc209", "createdAt": "2026-07-28T03:27:25.000Z", "updatedAt": "2026-07-28T03:27:25.000Z", "uid": "35240-d0d166c9-b48d-4817-9b66-057dd20dc209" } ], "id": "d3e44e68-7483-4644-8b9a-8e5464144f01", "createdAt": "2026-07-28T03:27:25.000Z", "updatedAt": "2026-07-28T03:27:25.000Z", "uid": "35240-d3e44e68-7483-4644-8b9a-8e5464144f01" } ], "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" } ] }