{ "info": { "_postman_id": "c99baaf1-fe34-4228-9090-2e9be61cdcd1", "name": "Unified.to account journal 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:24:48.000Z", "updatedAt": "2026-07-28T03:24:48.000Z", "lastUpdatedBy": "35240", "uid": "35240-c99baaf1-fe34-4228-9090-2e9be61cdcd1" }, "item": [ { "name": "accounting", "item": [ { "name": "{connection_id}", "item": [ { "name": "journal", "item": [ { "name": "{id}", "item": [ { "name": "Remove a journal", "id": "c5dd7be1-ef15-4f71-8e88-e5f85996a40a", "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/journal/:id", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "journal", ":id" ], "variable": [ { "id": "c4c57f6f-da27-4e66-ac7e-e6a7597f7b77", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "b29a3d83-ada4-4546-b0d1-a0db0d3998b6", "key": "id", "value": "", "description": "(Required) ID of the Journal" } ] } }, "response": [ { "id": "406d09bc-2e1f-481a-b71e-ef4a7955def8", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/journal/:id", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "journal", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:24:48.000Z", "updatedAt": "2026-07-28T03:24:48.000Z", "uid": "35240-406d09bc-2e1f-481a-b71e-ef4a7955def8" }, { "id": "8218ef09-be00-4f08-af43-ea099531ebd1", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/journal/:id", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "journal", ":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:24:48.000Z", "updatedAt": "2026-07-28T03:24:48.000Z", "uid": "35240-8218ef09-be00-4f08-af43-ea099531ebd1" } ], "createdAt": "2026-07-28T03:24:48.000Z", "updatedAt": "2026-07-28T03:24:48.000Z", "uid": "35240-c5dd7be1-ef15-4f71-8e88-e5f85996a40a" }, { "name": "Retrieve a journal", "id": "2f9d9c16-7626-4160-82d6-971870501200", "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/journal/:id?fields=taxrate_id&fields=reference&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "journal", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "taxrate_id" }, { "description": "Fields to return", "key": "fields", "value": "reference" }, { "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": "ffd6f316-9bf2-4c8d-839f-af59ee0df2cb", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "2bea7577-d97d-4bfb-b2b8-53e2175f94e2", "key": "id", "value": "", "description": "(Required) ID of the Journal" } ] } }, "response": [ { "id": "99b79aa4-04bd-44e8-a20c-25a867238403", "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/journal/:id?fields=reference&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "journal", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "reference" }, { "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 \"created_at\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"contact_id\": \"\",\n \"credit_amount\": \"\",\n \"debit_amount\": \"\",\n \"description\": \"\",\n \"group_id\": \"\",\n \"id\": \"\",\n \"invoice_id\": \"\",\n \"organization_id\": \"\",\n \"payment_id\": \"\",\n \"project_id\": \"\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"contact_id\": \"\",\n \"credit_amount\": \"\",\n \"debit_amount\": \"\",\n \"description\": \"\",\n \"group_id\": \"\",\n \"id\": \"\",\n \"invoice_id\": \"\",\n \"organization_id\": \"\",\n \"payment_id\": \"\",\n \"project_id\": \"\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\"\n }\n ],\n \"organization_id\": \"\",\n \"posted_at\": \"\",\n \"raw\": {\n \"ad_b_\": true,\n \"magna6\": \"enim in dolore consectetur\"\n },\n \"reference\": \"\",\n \"source\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:24:48.000Z", "updatedAt": "2026-07-28T03:24:48.000Z", "uid": "35240-99b79aa4-04bd-44e8-a20c-25a867238403" } ], "createdAt": "2026-07-28T03:24:48.000Z", "updatedAt": "2026-07-28T03:24:48.000Z", "uid": "35240-2f9d9c16-7626-4160-82d6-971870501200" }, { "name": "Update a journal", "id": "28f53dd7-3045-4dff-a09c-2811399ac0c3", "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 \"created_at\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"contact_id\": \"\",\n \"credit_amount\": \"\",\n \"debit_amount\": \"\",\n \"description\": \"\",\n \"group_id\": \"\",\n \"id\": \"\",\n \"invoice_id\": \"\",\n \"organization_id\": \"\",\n \"payment_id\": \"\",\n \"project_id\": \"\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"contact_id\": \"\",\n \"credit_amount\": \"\",\n \"debit_amount\": \"\",\n \"description\": \"\",\n \"group_id\": \"\",\n \"id\": \"\",\n \"invoice_id\": \"\",\n \"organization_id\": \"\",\n \"payment_id\": \"\",\n \"project_id\": \"\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\"\n }\n ],\n \"organization_id\": \"\",\n \"posted_at\": \"\",\n \"raw\": {\n \"ad_b_\": true,\n \"magna6\": \"enim in dolore consectetur\"\n },\n \"reference\": \"\",\n \"source\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/journal/:id?fields=taxrate_id&fields=reference&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "journal", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "taxrate_id" }, { "description": "Fields to return", "key": "fields", "value": "reference" }, { "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": "d2232a6f-8f7d-4a00-ab1d-196eb57a5d96", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "f7aef720-1245-44fc-84f6-f4a585fc58ed", "key": "id", "value": "", "description": "(Required) ID of the Journal" } ] } }, "response": [ { "id": "a34c439b-5395-4181-a9bf-a42d4746cfb0", "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 \"created_at\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"contact_id\": \"\",\n \"credit_amount\": \"\",\n \"debit_amount\": \"\",\n \"description\": \"\",\n \"group_id\": \"\",\n \"id\": \"\",\n \"invoice_id\": \"\",\n \"organization_id\": \"\",\n \"payment_id\": \"\",\n \"project_id\": \"\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"contact_id\": \"\",\n \"credit_amount\": \"\",\n \"debit_amount\": \"\",\n \"description\": \"\",\n \"group_id\": \"\",\n \"id\": \"\",\n \"invoice_id\": \"\",\n \"organization_id\": \"\",\n \"payment_id\": \"\",\n \"project_id\": \"\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\"\n }\n ],\n \"organization_id\": \"\",\n \"posted_at\": \"\",\n \"raw\": {\n \"ad_b_\": true,\n \"magna6\": \"enim in dolore consectetur\"\n },\n \"reference\": \"\",\n \"source\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/journal/:id?fields=reference&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "journal", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "reference" }, { "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 \"created_at\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"contact_id\": \"\",\n \"credit_amount\": \"\",\n \"debit_amount\": \"\",\n \"description\": \"\",\n \"group_id\": \"\",\n \"id\": \"\",\n \"invoice_id\": \"\",\n \"organization_id\": \"\",\n \"payment_id\": \"\",\n \"project_id\": \"\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"contact_id\": \"\",\n \"credit_amount\": \"\",\n \"debit_amount\": \"\",\n \"description\": \"\",\n \"group_id\": \"\",\n \"id\": \"\",\n \"invoice_id\": \"\",\n \"organization_id\": \"\",\n \"payment_id\": \"\",\n \"project_id\": \"\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\"\n }\n ],\n \"organization_id\": \"\",\n \"posted_at\": \"\",\n \"raw\": {\n \"ad_b_\": true,\n \"magna6\": \"enim in dolore consectetur\"\n },\n \"reference\": \"\",\n \"source\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:24:48.000Z", "updatedAt": "2026-07-28T03:24:48.000Z", "uid": "35240-a34c439b-5395-4181-a9bf-a42d4746cfb0" } ], "createdAt": "2026-07-28T03:24:48.000Z", "updatedAt": "2026-07-28T03:24:48.000Z", "uid": "35240-28f53dd7-3045-4dff-a09c-2811399ac0c3" }, { "name": "Update a journal", "id": "d12cca56-581e-4552-9b8b-0851c7d607c7", "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 \"created_at\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"contact_id\": \"\",\n \"credit_amount\": \"\",\n \"debit_amount\": \"\",\n \"description\": \"\",\n \"group_id\": \"\",\n \"id\": \"\",\n \"invoice_id\": \"\",\n \"organization_id\": \"\",\n \"payment_id\": \"\",\n \"project_id\": \"\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"contact_id\": \"\",\n \"credit_amount\": \"\",\n \"debit_amount\": \"\",\n \"description\": \"\",\n \"group_id\": \"\",\n \"id\": \"\",\n \"invoice_id\": \"\",\n \"organization_id\": \"\",\n \"payment_id\": \"\",\n \"project_id\": \"\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\"\n }\n ],\n \"organization_id\": \"\",\n \"posted_at\": \"\",\n \"raw\": {\n \"ad_b_\": true,\n \"magna6\": \"enim in dolore consectetur\"\n },\n \"reference\": \"\",\n \"source\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/journal/:id?fields=taxrate_id&fields=reference&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "journal", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "taxrate_id" }, { "description": "Fields to return", "key": "fields", "value": "reference" }, { "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": "26b1aff5-bcdc-4e60-8c59-d8f081691399", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "8120bbe3-abdf-4a21-b3d0-bddcb2d7ba73", "key": "id", "value": "", "description": "(Required) ID of the Journal" } ] } }, "response": [ { "id": "ea84f5af-1846-4f9d-a303-a0d2658b0d24", "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 \"created_at\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"contact_id\": \"\",\n \"credit_amount\": \"\",\n \"debit_amount\": \"\",\n \"description\": \"\",\n \"group_id\": \"\",\n \"id\": \"\",\n \"invoice_id\": \"\",\n \"organization_id\": \"\",\n \"payment_id\": \"\",\n \"project_id\": \"\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"contact_id\": \"\",\n \"credit_amount\": \"\",\n \"debit_amount\": \"\",\n \"description\": \"\",\n \"group_id\": \"\",\n \"id\": \"\",\n \"invoice_id\": \"\",\n \"organization_id\": \"\",\n \"payment_id\": \"\",\n \"project_id\": \"\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\"\n }\n ],\n \"organization_id\": \"\",\n \"posted_at\": \"\",\n \"raw\": {\n \"ad_b_\": true,\n \"magna6\": \"enim in dolore consectetur\"\n },\n \"reference\": \"\",\n \"source\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/journal/:id?fields=reference&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "journal", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "reference" }, { "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 \"created_at\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"contact_id\": \"\",\n \"credit_amount\": \"\",\n \"debit_amount\": \"\",\n \"description\": \"\",\n \"group_id\": \"\",\n \"id\": \"\",\n \"invoice_id\": \"\",\n \"organization_id\": \"\",\n \"payment_id\": \"\",\n \"project_id\": \"\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"contact_id\": \"\",\n \"credit_amount\": \"\",\n \"debit_amount\": \"\",\n \"description\": \"\",\n \"group_id\": \"\",\n \"id\": \"\",\n \"invoice_id\": \"\",\n \"organization_id\": \"\",\n \"payment_id\": \"\",\n \"project_id\": \"\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\"\n }\n ],\n \"organization_id\": \"\",\n \"posted_at\": \"\",\n \"raw\": {\n \"ad_b_\": true,\n \"magna6\": \"enim in dolore consectetur\"\n },\n \"reference\": \"\",\n \"source\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:24:48.000Z", "updatedAt": "2026-07-28T03:24:48.000Z", "uid": "35240-ea84f5af-1846-4f9d-a303-a0d2658b0d24" } ], "createdAt": "2026-07-28T03:24:48.000Z", "updatedAt": "2026-07-28T03:24:48.000Z", "uid": "35240-d12cca56-581e-4552-9b8b-0851c7d607c7" } ], "id": "371089ff-06ba-409d-ae54-874cfcb9f947", "createdAt": "2026-07-28T03:24:48.000Z", "updatedAt": "2026-07-28T03:24:48.000Z", "uid": "35240-371089ff-06ba-409d-ae54-874cfcb9f947" }, { "name": "List all journals", "id": "2bc2398a-da74-4766-8a17-2f2ba2aba097", "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/journal?limit=&offset=&updated_gte=&sort=&order=&query=&org_id=&account_id=&fields=taxrate_id&fields=reference&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "journal" ], "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 account ID to filter by (reference to AccountingAccount)", "key": "account_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "taxrate_id" }, { "description": "Fields to return", "key": "fields", "value": "reference" }, { "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": "d714dd27-296c-4e32-997f-4cfb2cc4e000", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "5427f975-8d78-4cf5-9f8d-b9ae5d86a2b7", "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/journal?limit=&offset=&updated_gte=&sort=&order=&query=&org_id=&account_id=&fields=reference&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "journal" ], "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 account ID to filter by (reference to AccountingAccount)", "key": "account_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "reference" }, { "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 \"created_at\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"contact_id\": \"\",\n \"credit_amount\": \"\",\n \"debit_amount\": \"\",\n \"description\": \"\",\n \"group_id\": \"\",\n \"id\": \"\",\n \"invoice_id\": \"\",\n \"organization_id\": \"\",\n \"payment_id\": \"\",\n \"project_id\": \"\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"contact_id\": \"\",\n \"credit_amount\": \"\",\n \"debit_amount\": \"\",\n \"description\": \"\",\n \"group_id\": \"\",\n \"id\": \"\",\n \"invoice_id\": \"\",\n \"organization_id\": \"\",\n \"payment_id\": \"\",\n \"project_id\": \"\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\"\n }\n ],\n \"organization_id\": \"\",\n \"posted_at\": \"\",\n \"raw\": {\n \"Lorem_fe\": \"dolore et\"\n },\n \"reference\": \"\",\n \"source\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"created_at\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"contact_id\": \"\",\n \"credit_amount\": \"\",\n \"debit_amount\": \"\",\n \"description\": \"\",\n \"group_id\": \"\",\n \"id\": \"\",\n \"invoice_id\": \"\",\n \"organization_id\": \"\",\n \"payment_id\": \"\",\n \"project_id\": \"\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"contact_id\": \"\",\n \"credit_amount\": \"\",\n \"debit_amount\": \"\",\n \"description\": \"\",\n \"group_id\": \"\",\n \"id\": \"\",\n \"invoice_id\": \"\",\n \"organization_id\": \"\",\n \"payment_id\": \"\",\n \"project_id\": \"\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\"\n }\n ],\n \"organization_id\": \"\",\n \"posted_at\": \"\",\n \"raw\": {\n \"exercitation_024\": -97124103\n },\n \"reference\": \"\",\n \"source\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"updated_at\": \"\"\n }\n]", "createdAt": "2026-07-28T03:24:48.000Z", "updatedAt": "2026-07-28T03:24:48.000Z", "uid": "35240-5427f975-8d78-4cf5-9f8d-b9ae5d86a2b7" } ], "createdAt": "2026-07-28T03:24:48.000Z", "updatedAt": "2026-07-28T03:24:48.000Z", "uid": "35240-2bc2398a-da74-4766-8a17-2f2ba2aba097" }, { "name": "Create a journal", "id": "4ae01830-b4fa-4862-821c-5394a7fbbafe", "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 \"created_at\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"contact_id\": \"\",\n \"credit_amount\": \"\",\n \"debit_amount\": \"\",\n \"description\": \"\",\n \"group_id\": \"\",\n \"id\": \"\",\n \"invoice_id\": \"\",\n \"organization_id\": \"\",\n \"payment_id\": \"\",\n \"project_id\": \"\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"contact_id\": \"\",\n \"credit_amount\": \"\",\n \"debit_amount\": \"\",\n \"description\": \"\",\n \"group_id\": \"\",\n \"id\": \"\",\n \"invoice_id\": \"\",\n \"organization_id\": \"\",\n \"payment_id\": \"\",\n \"project_id\": \"\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\"\n }\n ],\n \"organization_id\": \"\",\n \"posted_at\": \"\",\n \"raw\": {\n \"ad_b_\": true,\n \"magna6\": \"enim in dolore consectetur\"\n },\n \"reference\": \"\",\n \"source\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/journal?fields=taxrate_id&fields=reference&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "journal" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "taxrate_id" }, { "description": "Fields to return", "key": "fields", "value": "reference" }, { "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": "b1355439-97bd-4cda-83fc-79536793fc63", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "c9c2870f-cd5c-4dc3-b061-e89670c09afa", "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 \"created_at\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"contact_id\": \"\",\n \"credit_amount\": \"\",\n \"debit_amount\": \"\",\n \"description\": \"\",\n \"group_id\": \"\",\n \"id\": \"\",\n \"invoice_id\": \"\",\n \"organization_id\": \"\",\n \"payment_id\": \"\",\n \"project_id\": \"\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"contact_id\": \"\",\n \"credit_amount\": \"\",\n \"debit_amount\": \"\",\n \"description\": \"\",\n \"group_id\": \"\",\n \"id\": \"\",\n \"invoice_id\": \"\",\n \"organization_id\": \"\",\n \"payment_id\": \"\",\n \"project_id\": \"\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\"\n }\n ],\n \"organization_id\": \"\",\n \"posted_at\": \"\",\n \"raw\": {\n \"ad_b_\": true,\n \"magna6\": \"enim in dolore consectetur\"\n },\n \"reference\": \"\",\n \"source\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/journal?fields=reference&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "journal" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "reference" }, { "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 \"created_at\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"contact_id\": \"\",\n \"credit_amount\": \"\",\n \"debit_amount\": \"\",\n \"description\": \"\",\n \"group_id\": \"\",\n \"id\": \"\",\n \"invoice_id\": \"\",\n \"organization_id\": \"\",\n \"payment_id\": \"\",\n \"project_id\": \"\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"contact_id\": \"\",\n \"credit_amount\": \"\",\n \"debit_amount\": \"\",\n \"description\": \"\",\n \"group_id\": \"\",\n \"id\": \"\",\n \"invoice_id\": \"\",\n \"organization_id\": \"\",\n \"payment_id\": \"\",\n \"project_id\": \"\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\"\n }\n ],\n \"organization_id\": \"\",\n \"posted_at\": \"\",\n \"raw\": {\n \"ad_b_\": true,\n \"magna6\": \"enim in dolore consectetur\"\n },\n \"reference\": \"\",\n \"source\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:24:48.000Z", "updatedAt": "2026-07-28T03:24:48.000Z", "uid": "35240-c9c2870f-cd5c-4dc3-b061-e89670c09afa" } ], "createdAt": "2026-07-28T03:24:48.000Z", "updatedAt": "2026-07-28T03:24:48.000Z", "uid": "35240-4ae01830-b4fa-4862-821c-5394a7fbbafe" } ], "id": "0aaa487b-8ce7-4a16-a592-6d9f7e012b3f", "createdAt": "2026-07-28T03:24:48.000Z", "updatedAt": "2026-07-28T03:24:48.000Z", "uid": "35240-0aaa487b-8ce7-4a16-a592-6d9f7e012b3f" } ], "id": "53da0288-489d-4b7e-b55f-8db0a662bb63", "createdAt": "2026-07-28T03:24:48.000Z", "updatedAt": "2026-07-28T03:24:48.000Z", "uid": "35240-53da0288-489d-4b7e-b55f-8db0a662bb63" } ], "id": "6b60a508-fac7-4fea-8a88-1e709a2beca4", "createdAt": "2026-07-28T03:24:48.000Z", "updatedAt": "2026-07-28T03:24:48.000Z", "uid": "35240-6b60a508-fac7-4fea-8a88-1e709a2beca4" } ], "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" } ] }