{ "info": { "_postman_id": "5c2cc045-e973-4efe-bed8-51bc46397429", "name": "Unified.to account trialbalance 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:26.000Z", "lastUpdatedBy": "35240", "uid": "35240-5c2cc045-e973-4efe-bed8-51bc46397429" }, "item": [ { "name": "accounting", "item": [ { "name": "{connection_id}", "item": [ { "name": "trialbalance", "item": [ { "name": "{id}", "item": [ { "name": "Retrieve a trialbalance", "id": "315a27fa-b783-409d-863c-a2d639064dad", "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/trialbalance/:id?fields=end_at&fields=name&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "trialbalance", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "end_at" }, { "description": "Fields to return", "key": "fields", "value": "name" }, { "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": "dfb9ebc8-c83b-4137-bff4-c8aec1cca24b", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "3cc5d7b1-7daf-495a-85a3-7e4296583dd2", "key": "id", "value": "", "description": "(Required) ID of the Trialbalance" } ] } }, "response": [ { "id": "4ad80257-89d3-4aca-8f2f-a69cacd966ff", "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/trialbalance/:id?fields=name&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "trialbalance", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "name" }, { "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 \"end_at\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"non_c_6\": \"in sint tempor eiusmod labore\",\n \"minim_e0\": \"occaecat sit nulla mollit Ut\",\n \"veniam_f\": \"commodo quis eiusmod in\"\n },\n \"start_at\": \"\",\n \"sub_items\": [\n {\n \"account_id\": \"\",\n \"account_name\": \"\",\n \"amount\": \"\"\n },\n {\n \"account_id\": \"\",\n \"account_name\": \"\",\n \"amount\": \"\"\n }\n ],\n \"total_credit_amount\": \"\",\n \"total_debit_amount\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:27:26.000Z", "updatedAt": "2026-07-28T03:27:26.000Z", "uid": "35240-4ad80257-89d3-4aca-8f2f-a69cacd966ff" } ], "createdAt": "2026-07-28T03:27:26.000Z", "updatedAt": "2026-07-28T03:27:26.000Z", "uid": "35240-315a27fa-b783-409d-863c-a2d639064dad" } ], "id": "addfc0e7-4fd3-4674-ab48-9189216ef38b", "createdAt": "2026-07-28T03:27:26.000Z", "updatedAt": "2026-07-28T03:27:26.000Z", "uid": "35240-addfc0e7-4fd3-4674-ab48-9189216ef38b" }, { "name": "List all trialbalances", "id": "8ad98ce8-8e14-4ea6-8a7a-e510c0047d7c", "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/trialbalance?limit=&offset=&updated_gte=&sort=&order=&query=&start_gte=&end_lt=&fields=end_at&fields=name&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "trialbalance" ], "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 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": "Fields to return", "key": "fields", "value": "end_at" }, { "description": "Fields to return", "key": "fields", "value": "name" }, { "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": "a58fe204-7ae9-4818-9a43-4e728b9c37ab", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "06d63a54-059d-4dc2-8dc8-7a7864a1a48e", "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/trialbalance?limit=&offset=&updated_gte=&sort=&order=&query=&start_gte=&end_lt=&fields=name&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "trialbalance" ], "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 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": "Fields to return", "key": "fields", "value": "name" }, { "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 \"end_at\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"aliqua_c\": false\n },\n \"start_at\": \"\",\n \"sub_items\": [\n {\n \"account_id\": \"\",\n \"account_name\": \"\",\n \"amount\": \"\"\n },\n {\n \"account_id\": \"\",\n \"account_name\": \"\",\n \"amount\": \"\"\n }\n ],\n \"total_credit_amount\": \"\",\n \"total_debit_amount\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"created_at\": \"\",\n \"currency\": \"\",\n \"end_at\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"sit1f8\": -82781748,\n \"sedd7\": -75371280,\n \"officiad_\": true\n },\n \"start_at\": \"\",\n \"sub_items\": [\n {\n \"account_id\": \"\",\n \"account_name\": \"\",\n \"amount\": \"\"\n },\n {\n \"account_id\": \"\",\n \"account_name\": \"\",\n \"amount\": \"\"\n }\n ],\n \"total_credit_amount\": \"\",\n \"total_debit_amount\": \"\",\n \"updated_at\": \"\"\n }\n]", "createdAt": "2026-07-28T03:27:26.000Z", "updatedAt": "2026-07-28T03:27:26.000Z", "uid": "35240-06d63a54-059d-4dc2-8dc8-7a7864a1a48e" } ], "createdAt": "2026-07-28T03:27:26.000Z", "updatedAt": "2026-07-28T03:27:26.000Z", "uid": "35240-8ad98ce8-8e14-4ea6-8a7a-e510c0047d7c" } ], "id": "f202e67f-7b62-44a5-9453-3f82435810f2", "createdAt": "2026-07-28T03:27:26.000Z", "updatedAt": "2026-07-28T03:27:26.000Z", "uid": "35240-f202e67f-7b62-44a5-9453-3f82435810f2" } ], "id": "358117fe-aaba-4e7c-87d5-9b90a90adf41", "createdAt": "2026-07-28T03:27:26.000Z", "updatedAt": "2026-07-28T03:27:26.000Z", "uid": "35240-358117fe-aaba-4e7c-87d5-9b90a90adf41" } ], "id": "eea8808b-a41d-4dfa-a170-ab594c551a5f", "createdAt": "2026-07-28T03:27:26.000Z", "updatedAt": "2026-07-28T03:27:26.000Z", "uid": "35240-eea8808b-a41d-4dfa-a170-ab594c551a5f" } ], "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" } ] }