{ "info": { "_postman_id": "84aff879-cd1d-4a9c-9bbb-f34e205cb332", "name": "Unified.to account expense 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:00.000Z", "updatedAt": "2026-07-28T03:24:00.000Z", "lastUpdatedBy": "35240", "uid": "35240-84aff879-cd1d-4a9c-9bbb-f34e205cb332" }, "item": [ { "name": "accounting", "item": [ { "name": "{connection_id}", "item": [ { "name": "expense", "item": [ { "name": "{id}", "item": [ { "name": "Remove an expense", "id": "fc4b09db-506e-4d24-9f40-880985f4cddf", "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/expense/:id", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "expense", ":id" ], "variable": [ { "id": "ee7f1fab-9e91-40c4-ad8a-2bed86a78b23", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "78d704af-bdd4-4336-aeaa-73be0ecbef16", "key": "id", "value": "", "description": "(Required) ID of the Expense" } ] } }, "response": [ { "id": "d02e5880-509f-4349-b64e-f079a8c4030b", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/expense/:id", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "expense", ":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:01.000Z", "updatedAt": "2026-07-28T03:24:01.000Z", "uid": "35240-d02e5880-509f-4349-b64e-f079a8c4030b" }, { "id": "e4279492-f349-4db1-b3df-3a985e7ddf2f", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/expense/:id", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "expense", ":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:01.000Z", "updatedAt": "2026-07-28T03:24:01.000Z", "uid": "35240-e4279492-f349-4db1-b3df-3a985e7ddf2f" } ], "createdAt": "2026-07-28T03:24:01.000Z", "updatedAt": "2026-07-28T03:24:01.000Z", "uid": "35240-fc4b09db-506e-4d24-9f40-880985f4cddf" }, { "name": "Retrieve an expense", "id": "da1ad42c-0d80-48df-8cc7-574647d48fbf", "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/expense/:id?fields=contact_id&fields=organization_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "expense", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "contact_id" }, { "description": "Fields to return", "key": "fields", "value": "organization_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": "4fb02fe0-3c88-4625-aea4-59c313be35d1", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "b7a737f9-9b79-45cc-9d50-0dbf15e15011", "key": "id", "value": "", "description": "(Required) ID of the Expense" } ] } }, "response": [ { "id": "d3ff2400-bfa7-4fce-abdc-c46c32a07ce3", "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/expense/:id?fields=organization_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "expense", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "organization_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 \"approved_at\": \"\",\n \"approver_user_id\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"name\": \"\",\n \"organization_id\": \"\",\n \"payment_method\": \"\",\n \"posted_at\": \"\",\n \"raw\": {\n \"anim8\": 14895354,\n \"eiusmod7eb\": \"et velit eu pariatur\",\n \"ex_3b\": false\n },\n \"reimbursed_amount\": \"\",\n \"reimbursed_at\": \"\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "createdAt": "2026-07-28T03:24:01.000Z", "updatedAt": "2026-07-28T03:24:01.000Z", "uid": "35240-d3ff2400-bfa7-4fce-abdc-c46c32a07ce3" } ], "createdAt": "2026-07-28T03:24:01.000Z", "updatedAt": "2026-07-28T03:24:01.000Z", "uid": "35240-da1ad42c-0d80-48df-8cc7-574647d48fbf" }, { "name": "Update an expense", "id": "aa70d520-64d4-43ba-8bc3-fe25856e2cd4", "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 \"approved_at\": \"\",\n \"approver_user_id\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"name\": \"\",\n \"organization_id\": \"\",\n \"payment_method\": \"\",\n \"posted_at\": \"\",\n \"raw\": {\n \"anim8\": 14895354,\n \"eiusmod7eb\": \"et velit eu pariatur\",\n \"ex_3b\": false\n },\n \"reimbursed_amount\": \"\",\n \"reimbursed_at\": \"\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/expense/:id?fields=contact_id&fields=organization_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "expense", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "contact_id" }, { "description": "Fields to return", "key": "fields", "value": "organization_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": "285035cf-16ef-454f-aa85-9ff20ac3d42e", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "65a5bb96-b59a-4dd8-b01d-b7a826658eb7", "key": "id", "value": "", "description": "(Required) ID of the Expense" } ] } }, "response": [ { "id": "fcdef049-ee41-45f7-b823-ed42bc28b098", "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 \"approved_at\": \"\",\n \"approver_user_id\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"name\": \"\",\n \"organization_id\": \"\",\n \"payment_method\": \"\",\n \"posted_at\": \"\",\n \"raw\": {\n \"anim8\": 14895354,\n \"eiusmod7eb\": \"et velit eu pariatur\",\n \"ex_3b\": false\n },\n \"reimbursed_amount\": \"\",\n \"reimbursed_at\": \"\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/expense/:id?fields=organization_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "expense", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "organization_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 \"approved_at\": \"\",\n \"approver_user_id\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"name\": \"\",\n \"organization_id\": \"\",\n \"payment_method\": \"\",\n \"posted_at\": \"\",\n \"raw\": {\n \"anim8\": 14895354,\n \"eiusmod7eb\": \"et velit eu pariatur\",\n \"ex_3b\": false\n },\n \"reimbursed_amount\": \"\",\n \"reimbursed_at\": \"\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "createdAt": "2026-07-28T03:24:01.000Z", "updatedAt": "2026-07-28T03:24:01.000Z", "uid": "35240-fcdef049-ee41-45f7-b823-ed42bc28b098" } ], "createdAt": "2026-07-28T03:24:01.000Z", "updatedAt": "2026-07-28T03:24:01.000Z", "uid": "35240-aa70d520-64d4-43ba-8bc3-fe25856e2cd4" }, { "name": "Update an expense", "id": "637a51e9-5c7b-4aba-b2fe-bc59daebc3a1", "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 \"approved_at\": \"\",\n \"approver_user_id\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"name\": \"\",\n \"organization_id\": \"\",\n \"payment_method\": \"\",\n \"posted_at\": \"\",\n \"raw\": {\n \"anim8\": 14895354,\n \"eiusmod7eb\": \"et velit eu pariatur\",\n \"ex_3b\": false\n },\n \"reimbursed_amount\": \"\",\n \"reimbursed_at\": \"\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/expense/:id?fields=contact_id&fields=organization_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "expense", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "contact_id" }, { "description": "Fields to return", "key": "fields", "value": "organization_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": "41927e61-e2e7-4ff1-bab7-2fd4830aa767", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "e580249b-aa95-4958-9a99-44692530fe55", "key": "id", "value": "", "description": "(Required) ID of the Expense" } ] } }, "response": [ { "id": "3c73e3cb-a7a8-4855-b846-3ce369451c11", "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 \"approved_at\": \"\",\n \"approver_user_id\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"name\": \"\",\n \"organization_id\": \"\",\n \"payment_method\": \"\",\n \"posted_at\": \"\",\n \"raw\": {\n \"anim8\": 14895354,\n \"eiusmod7eb\": \"et velit eu pariatur\",\n \"ex_3b\": false\n },\n \"reimbursed_amount\": \"\",\n \"reimbursed_at\": \"\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/expense/:id?fields=organization_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "expense", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "organization_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 \"approved_at\": \"\",\n \"approver_user_id\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"name\": \"\",\n \"organization_id\": \"\",\n \"payment_method\": \"\",\n \"posted_at\": \"\",\n \"raw\": {\n \"anim8\": 14895354,\n \"eiusmod7eb\": \"et velit eu pariatur\",\n \"ex_3b\": false\n },\n \"reimbursed_amount\": \"\",\n \"reimbursed_at\": \"\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "createdAt": "2026-07-28T03:24:01.000Z", "updatedAt": "2026-07-28T03:24:01.000Z", "uid": "35240-3c73e3cb-a7a8-4855-b846-3ce369451c11" } ], "createdAt": "2026-07-28T03:24:01.000Z", "updatedAt": "2026-07-28T03:24:01.000Z", "uid": "35240-637a51e9-5c7b-4aba-b2fe-bc59daebc3a1" } ], "id": "f0058eed-704d-4191-bc67-d299a82b9e76", "createdAt": "2026-07-28T03:24:01.000Z", "updatedAt": "2026-07-28T03:24:01.000Z", "uid": "35240-f0058eed-704d-4191-bc67-d299a82b9e76" }, { "name": "List all expenses", "id": "1cb8d18a-47bb-4e2f-9d16-7201a412b01e", "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/expense?limit=&offset=&updated_gte=&sort=&order=&query=&user_id=&start_gte=&end_lt=&contact_id=&category_id=&group_id=&org_id=&fields=contact_id&fields=organization_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "expense" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The user/employee ID to filter by (reference to HrisEmployee)", "key": "user_id", "value": "" }, { "description": "The 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 contact ID to filter by (reference to AccountingContact)", "key": "contact_id", "value": "" }, { "description": "The category ID to filter by (reference to AccountingCategory)", "key": "category_id", "value": "" }, { "description": "The group ID to filter by (reference to HrisGroup)", "key": "group_id", "value": "" }, { "description": "The org ID to filter by (reference to AccountingOrganization)", "key": "org_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "contact_id" }, { "description": "Fields to return", "key": "fields", "value": "organization_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": "5cf2d35c-4817-4ce1-a4f8-5a27bf3edd62", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "639394d7-717a-40d0-bd8b-122f24d19776", "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/expense?limit=&offset=&updated_gte=&sort=&order=&query=&user_id=&start_gte=&end_lt=&contact_id=&category_id=&group_id=&org_id=&fields=organization_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "expense" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The user/employee ID to filter by (reference to HrisEmployee)", "key": "user_id", "value": "" }, { "description": "The 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 contact ID to filter by (reference to AccountingContact)", "key": "contact_id", "value": "" }, { "description": "The category ID to filter by (reference to AccountingCategory)", "key": "category_id", "value": "" }, { "description": "The group ID to filter by (reference to HrisGroup)", "key": "group_id", "value": "" }, { "description": "The org ID to filter by (reference to AccountingOrganization)", "key": "org_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "organization_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 \"approved_at\": \"\",\n \"approver_user_id\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"name\": \"\",\n \"organization_id\": \"\",\n \"payment_method\": \"\",\n \"posted_at\": \"\",\n \"raw\": {\n \"eu_32\": \"Ut Excepteur sit dolor\"\n },\n \"reimbursed_amount\": \"\",\n \"reimbursed_at\": \"\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n },\n {\n \"account_id\": \"\",\n \"approved_at\": \"\",\n \"approver_user_id\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"name\": \"\",\n \"organization_id\": \"\",\n \"payment_method\": \"\",\n \"posted_at\": \"\",\n \"raw\": {\n \"estdd\": -66881813,\n \"labore_8\": \"cupidatat quis\",\n \"in_8f3\": false,\n \"dolora8\": \"in in est\"\n },\n \"reimbursed_amount\": \"\",\n \"reimbursed_at\": \"\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n }\n]", "createdAt": "2026-07-28T03:24:01.000Z", "updatedAt": "2026-07-28T03:24:01.000Z", "uid": "35240-639394d7-717a-40d0-bd8b-122f24d19776" } ], "createdAt": "2026-07-28T03:24:01.000Z", "updatedAt": "2026-07-28T03:24:01.000Z", "uid": "35240-1cb8d18a-47bb-4e2f-9d16-7201a412b01e" }, { "name": "Create an expense", "id": "a377be69-1cc3-46e3-ab49-0ddfccc10d8b", "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 \"approved_at\": \"\",\n \"approver_user_id\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"name\": \"\",\n \"organization_id\": \"\",\n \"payment_method\": \"\",\n \"posted_at\": \"\",\n \"raw\": {\n \"anim8\": 14895354,\n \"eiusmod7eb\": \"et velit eu pariatur\",\n \"ex_3b\": false\n },\n \"reimbursed_amount\": \"\",\n \"reimbursed_at\": \"\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/expense?fields=contact_id&fields=organization_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "expense" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "contact_id" }, { "description": "Fields to return", "key": "fields", "value": "organization_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": "5b1e661a-33eb-43b7-8380-30e376a6a7ba", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "6af30df5-99b2-484d-a70f-2c38b314305e", "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 \"approved_at\": \"\",\n \"approver_user_id\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"name\": \"\",\n \"organization_id\": \"\",\n \"payment_method\": \"\",\n \"posted_at\": \"\",\n \"raw\": {\n \"anim8\": 14895354,\n \"eiusmod7eb\": \"et velit eu pariatur\",\n \"ex_3b\": false\n },\n \"reimbursed_amount\": \"\",\n \"reimbursed_at\": \"\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/expense?fields=organization_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "expense" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "organization_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 \"approved_at\": \"\",\n \"approver_user_id\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"name\": \"\",\n \"organization_id\": \"\",\n \"payment_method\": \"\",\n \"posted_at\": \"\",\n \"raw\": {\n \"anim8\": 14895354,\n \"eiusmod7eb\": \"et velit eu pariatur\",\n \"ex_3b\": false\n },\n \"reimbursed_amount\": \"\",\n \"reimbursed_at\": \"\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "createdAt": "2026-07-28T03:24:01.000Z", "updatedAt": "2026-07-28T03:24:01.000Z", "uid": "35240-6af30df5-99b2-484d-a70f-2c38b314305e" } ], "createdAt": "2026-07-28T03:24:01.000Z", "updatedAt": "2026-07-28T03:24:01.000Z", "uid": "35240-a377be69-1cc3-46e3-ab49-0ddfccc10d8b" } ], "id": "bd0a66ba-0f6d-44fe-b4c4-830d9a772dce", "createdAt": "2026-07-28T03:24:01.000Z", "updatedAt": "2026-07-28T03:24:01.000Z", "uid": "35240-bd0a66ba-0f6d-44fe-b4c4-830d9a772dce" } ], "id": "62b5bc5e-5e80-45cf-93eb-089844115d35", "createdAt": "2026-07-28T03:24:01.000Z", "updatedAt": "2026-07-28T03:24:01.000Z", "uid": "35240-62b5bc5e-5e80-45cf-93eb-089844115d35" } ], "id": "90dba250-af55-4559-a368-d40045cb4a40", "createdAt": "2026-07-28T03:24:01.000Z", "updatedAt": "2026-07-28T03:24:01.000Z", "uid": "35240-90dba250-af55-4559-a368-d40045cb4a40" } ], "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" } ] }