{ "info": { "_postman_id": "d1b43a0d-3640-460e-bf3f-9ec0a41db2a4", "name": "Unified.to account invoice 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:33.000Z", "updatedAt": "2026-07-28T03:24:34.000Z", "lastUpdatedBy": "35240", "uid": "35240-d1b43a0d-3640-460e-bf3f-9ec0a41db2a4" }, "item": [ { "name": "accounting", "item": [ { "name": "{connection_id}", "item": [ { "name": "invoice", "item": [ { "name": "{id}", "item": [ { "name": "Remove an invoice", "id": "5b9f76f4-7254-40e8-ace2-540f476f0a27", "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/invoice/:id", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "invoice", ":id" ], "variable": [ { "id": "8eaf29cf-6e58-4391-8f8e-3bdb3691d878", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "bafa5f4f-83e6-4cb4-82b9-abffe7611e8d", "key": "id", "value": "", "description": "(Required) ID of the Invoice" } ] } }, "response": [ { "id": "06fafef9-21d9-47d4-ba07-74f98b999a4f", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/invoice/:id", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "invoice", ":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:34.000Z", "updatedAt": "2026-07-28T03:24:34.000Z", "uid": "35240-06fafef9-21d9-47d4-ba07-74f98b999a4f" }, { "id": "0395d9ec-5ecd-4541-9208-4290a5218d63", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/invoice/:id", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "invoice", ":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:34.000Z", "updatedAt": "2026-07-28T03:24:34.000Z", "uid": "35240-0395d9ec-5ecd-4541-9208-4290a5218d63" } ], "createdAt": "2026-07-28T03:24:34.000Z", "updatedAt": "2026-07-28T03:24:34.000Z", "uid": "35240-5b9f76f4-7254-40e8-ace2-540f476f0a27" }, { "name": "Retrieve an invoice", "id": "0f8188f4-3450-4d88-a62a-cec5d4753bbe", "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/invoice/:id?fields=id&fields=cancelled_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "invoice", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Fields to return", "key": "fields", "value": "cancelled_at" }, { "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": "a3b5d4ea-40ed-4e01-b66b-2a970d4e37d8", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "e0c08452-dd64-468c-83f1-29e66bc73f58", "key": "id", "value": "", "description": "(Required) ID of the Invoice" } ] } }, "response": [ { "id": "f8b56da9-edd9-43a8-986d-a037c4a12c60", "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/invoice/:id?fields=cancelled_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "invoice", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "cancelled_at" }, { "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 \"attachments\": [\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n },\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n }\n ],\n \"balance_amount\": \"\",\n \"cancelled_at\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"discount_amount\": \"\",\n \"due_at\": \"\",\n \"id\": \"\",\n \"invoice_number\": \"\",\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 \"notes\": \"\",\n \"organization_id\": \"\",\n \"paid_amount\": \"\",\n \"paid_at\": \"\",\n \"payment_collection_method\": \"send_invoice\",\n \"posted_at\": \"\",\n \"raw\": {\n \"cupidatat_5ca\": \"dolore do ut Excepteur sit\"\n },\n \"reference\": \"\",\n \"refund_amount\": \"\",\n \"refund_reason\": \"\",\n \"refunded_at\": \"\",\n \"send\": \"\",\n \"status\": \"AUTHORIZED\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\",\n \"type\": \"INVOICE\",\n \"updated_at\": \"\",\n \"url\": \"\"\n}", "createdAt": "2026-07-28T03:24:34.000Z", "updatedAt": "2026-07-28T03:24:34.000Z", "uid": "35240-f8b56da9-edd9-43a8-986d-a037c4a12c60" } ], "createdAt": "2026-07-28T03:24:34.000Z", "updatedAt": "2026-07-28T03:24:34.000Z", "uid": "35240-0f8188f4-3450-4d88-a62a-cec5d4753bbe" }, { "name": "Update an invoice", "id": "1c45fe73-522d-4816-a2f7-69087fdc84ec", "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 \"attachments\": [\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n },\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n }\n ],\n \"balance_amount\": \"\",\n \"cancelled_at\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"discount_amount\": \"\",\n \"due_at\": \"\",\n \"id\": \"\",\n \"invoice_number\": \"\",\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 \"notes\": \"\",\n \"organization_id\": \"\",\n \"paid_amount\": \"\",\n \"paid_at\": \"\",\n \"payment_collection_method\": \"send_invoice\",\n \"posted_at\": \"\",\n \"raw\": {\n \"cupidatat_5ca\": \"dolore do ut Excepteur sit\"\n },\n \"reference\": \"\",\n \"refund_amount\": \"\",\n \"refund_reason\": \"\",\n \"refunded_at\": \"\",\n \"send\": \"\",\n \"status\": \"AUTHORIZED\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\",\n \"type\": \"INVOICE\",\n \"updated_at\": \"\",\n \"url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/invoice/:id?fields=id&fields=cancelled_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "invoice", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Fields to return", "key": "fields", "value": "cancelled_at" }, { "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": "ec991957-10c7-468f-bf36-01bc6e9a49e0", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "c22d243f-e008-4392-9ad9-c9cbc5838fcb", "key": "id", "value": "", "description": "(Required) ID of the Invoice" } ] } }, "response": [ { "id": "dfd4623c-76df-407f-95dd-4b42c0a1356a", "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 \"attachments\": [\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n },\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n }\n ],\n \"balance_amount\": \"\",\n \"cancelled_at\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"discount_amount\": \"\",\n \"due_at\": \"\",\n \"id\": \"\",\n \"invoice_number\": \"\",\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 \"notes\": \"\",\n \"organization_id\": \"\",\n \"paid_amount\": \"\",\n \"paid_at\": \"\",\n \"payment_collection_method\": \"send_invoice\",\n \"posted_at\": \"\",\n \"raw\": {\n \"cupidatat_5ca\": \"dolore do ut Excepteur sit\"\n },\n \"reference\": \"\",\n \"refund_amount\": \"\",\n \"refund_reason\": \"\",\n \"refunded_at\": \"\",\n \"send\": \"\",\n \"status\": \"AUTHORIZED\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\",\n \"type\": \"INVOICE\",\n \"updated_at\": \"\",\n \"url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/invoice/:id?fields=cancelled_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "invoice", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "cancelled_at" }, { "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 \"attachments\": [\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n },\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n }\n ],\n \"balance_amount\": \"\",\n \"cancelled_at\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"discount_amount\": \"\",\n \"due_at\": \"\",\n \"id\": \"\",\n \"invoice_number\": \"\",\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 \"notes\": \"\",\n \"organization_id\": \"\",\n \"paid_amount\": \"\",\n \"paid_at\": \"\",\n \"payment_collection_method\": \"send_invoice\",\n \"posted_at\": \"\",\n \"raw\": {\n \"cupidatat_5ca\": \"dolore do ut Excepteur sit\"\n },\n \"reference\": \"\",\n \"refund_amount\": \"\",\n \"refund_reason\": \"\",\n \"refunded_at\": \"\",\n \"send\": \"\",\n \"status\": \"AUTHORIZED\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\",\n \"type\": \"INVOICE\",\n \"updated_at\": \"\",\n \"url\": \"\"\n}", "createdAt": "2026-07-28T03:24:34.000Z", "updatedAt": "2026-07-28T03:24:34.000Z", "uid": "35240-dfd4623c-76df-407f-95dd-4b42c0a1356a" } ], "createdAt": "2026-07-28T03:24:34.000Z", "updatedAt": "2026-07-28T03:24:34.000Z", "uid": "35240-1c45fe73-522d-4816-a2f7-69087fdc84ec" }, { "name": "Update an invoice", "id": "7ab5a9e7-fbf9-468e-851b-4427c14b2656", "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 \"attachments\": [\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n },\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n }\n ],\n \"balance_amount\": \"\",\n \"cancelled_at\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"discount_amount\": \"\",\n \"due_at\": \"\",\n \"id\": \"\",\n \"invoice_number\": \"\",\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 \"notes\": \"\",\n \"organization_id\": \"\",\n \"paid_amount\": \"\",\n \"paid_at\": \"\",\n \"payment_collection_method\": \"send_invoice\",\n \"posted_at\": \"\",\n \"raw\": {\n \"cupidatat_5ca\": \"dolore do ut Excepteur sit\"\n },\n \"reference\": \"\",\n \"refund_amount\": \"\",\n \"refund_reason\": \"\",\n \"refunded_at\": \"\",\n \"send\": \"\",\n \"status\": \"AUTHORIZED\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\",\n \"type\": \"INVOICE\",\n \"updated_at\": \"\",\n \"url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/invoice/:id?fields=id&fields=cancelled_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "invoice", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Fields to return", "key": "fields", "value": "cancelled_at" }, { "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": "ea8f9058-0670-473f-ae6e-26f3a013fedf", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "d064179c-8cdd-4b43-af13-d43f2ebcc20b", "key": "id", "value": "", "description": "(Required) ID of the Invoice" } ] } }, "response": [ { "id": "2e2729ff-0f84-47a8-9112-670368fe2942", "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 \"attachments\": [\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n },\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n }\n ],\n \"balance_amount\": \"\",\n \"cancelled_at\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"discount_amount\": \"\",\n \"due_at\": \"\",\n \"id\": \"\",\n \"invoice_number\": \"\",\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 \"notes\": \"\",\n \"organization_id\": \"\",\n \"paid_amount\": \"\",\n \"paid_at\": \"\",\n \"payment_collection_method\": \"send_invoice\",\n \"posted_at\": \"\",\n \"raw\": {\n \"cupidatat_5ca\": \"dolore do ut Excepteur sit\"\n },\n \"reference\": \"\",\n \"refund_amount\": \"\",\n \"refund_reason\": \"\",\n \"refunded_at\": \"\",\n \"send\": \"\",\n \"status\": \"AUTHORIZED\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\",\n \"type\": \"INVOICE\",\n \"updated_at\": \"\",\n \"url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/invoice/:id?fields=cancelled_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "invoice", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "cancelled_at" }, { "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 \"attachments\": [\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n },\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n }\n ],\n \"balance_amount\": \"\",\n \"cancelled_at\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"discount_amount\": \"\",\n \"due_at\": \"\",\n \"id\": \"\",\n \"invoice_number\": \"\",\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 \"notes\": \"\",\n \"organization_id\": \"\",\n \"paid_amount\": \"\",\n \"paid_at\": \"\",\n \"payment_collection_method\": \"send_invoice\",\n \"posted_at\": \"\",\n \"raw\": {\n \"cupidatat_5ca\": \"dolore do ut Excepteur sit\"\n },\n \"reference\": \"\",\n \"refund_amount\": \"\",\n \"refund_reason\": \"\",\n \"refunded_at\": \"\",\n \"send\": \"\",\n \"status\": \"AUTHORIZED\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\",\n \"type\": \"INVOICE\",\n \"updated_at\": \"\",\n \"url\": \"\"\n}", "createdAt": "2026-07-28T03:24:34.000Z", "updatedAt": "2026-07-28T03:24:34.000Z", "uid": "35240-2e2729ff-0f84-47a8-9112-670368fe2942" } ], "createdAt": "2026-07-28T03:24:34.000Z", "updatedAt": "2026-07-28T03:24:34.000Z", "uid": "35240-7ab5a9e7-fbf9-468e-851b-4427c14b2656" } ], "id": "15b3bfb1-f9c5-4f98-8d7e-73b3c5d1712d", "createdAt": "2026-07-28T03:24:34.000Z", "updatedAt": "2026-07-28T03:24:34.000Z", "uid": "35240-15b3bfb1-f9c5-4f98-8d7e-73b3c5d1712d" }, { "name": "List all invoices", "id": "20767bce-049a-4d50-bdc7-e2cbeceff2aa", "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/invoice?limit=&offset=&updated_gte=&sort=&order=&query=&contact_id=&org_id=&type=&start_gte=&end_lt=&fields=id&fields=cancelled_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "invoice" ], "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 org ID to filter by (reference to AccountingOrganization)", "key": "org_id", "value": "" }, { "key": "type", "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": "id" }, { "description": "Fields to return", "key": "fields", "value": "cancelled_at" }, { "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": "70c7ab2b-26d5-469c-b4de-39a6bf2db1a4", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "9ebefba3-e356-472f-b504-681f1d4323ac", "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/invoice?limit=&offset=&updated_gte=&sort=&order=&query=&contact_id=&org_id=&type=&start_gte=&end_lt=&fields=cancelled_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "invoice" ], "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 org ID to filter by (reference to AccountingOrganization)", "key": "org_id", "value": "" }, { "key": "type", "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": "cancelled_at" }, { "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 \"attachments\": [\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n },\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n }\n ],\n \"balance_amount\": \"\",\n \"cancelled_at\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"discount_amount\": \"\",\n \"due_at\": \"\",\n \"id\": \"\",\n \"invoice_number\": \"\",\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 \"notes\": \"\",\n \"organization_id\": \"\",\n \"paid_amount\": \"\",\n \"paid_at\": \"\",\n \"payment_collection_method\": \"charge_automatically\",\n \"posted_at\": \"\",\n \"raw\": {\n \"eua\": -83821486.38968486,\n \"nostrudb\": \"occaecat cul\"\n },\n \"reference\": \"\",\n \"refund_amount\": \"\",\n \"refund_reason\": \"\",\n \"refunded_at\": \"\",\n \"send\": \"\",\n \"status\": \"AUTHORIZED\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\",\n \"type\": \"INVOICE\",\n \"updated_at\": \"\",\n \"url\": \"\"\n },\n {\n \"attachments\": [\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n },\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n }\n ],\n \"balance_amount\": \"\",\n \"cancelled_at\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"discount_amount\": \"\",\n \"due_at\": \"\",\n \"id\": \"\",\n \"invoice_number\": \"\",\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 \"notes\": \"\",\n \"organization_id\": \"\",\n \"paid_amount\": \"\",\n \"paid_at\": \"\",\n \"payment_collection_method\": \"send_invoice\",\n \"posted_at\": \"\",\n \"raw\": {\n \"tempor__7\": false,\n \"est_02f\": \"id\"\n },\n \"reference\": \"\",\n \"refund_amount\": \"\",\n \"refund_reason\": \"\",\n \"refunded_at\": \"\",\n \"send\": \"\",\n \"status\": \"OVERDUE\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\",\n \"type\": \"INVOICE\",\n \"updated_at\": \"\",\n \"url\": \"\"\n }\n]", "createdAt": "2026-07-28T03:24:34.000Z", "updatedAt": "2026-07-28T03:24:34.000Z", "uid": "35240-9ebefba3-e356-472f-b504-681f1d4323ac" } ], "createdAt": "2026-07-28T03:24:34.000Z", "updatedAt": "2026-07-28T03:24:34.000Z", "uid": "35240-20767bce-049a-4d50-bdc7-e2cbeceff2aa" }, { "name": "Create an invoice", "id": "848d7996-2b2a-42c0-b751-1d5963b96e74", "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 \"attachments\": [\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n },\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n }\n ],\n \"balance_amount\": \"\",\n \"cancelled_at\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"discount_amount\": \"\",\n \"due_at\": \"\",\n \"id\": \"\",\n \"invoice_number\": \"\",\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 \"notes\": \"\",\n \"organization_id\": \"\",\n \"paid_amount\": \"\",\n \"paid_at\": \"\",\n \"payment_collection_method\": \"send_invoice\",\n \"posted_at\": \"\",\n \"raw\": {\n \"cupidatat_5ca\": \"dolore do ut Excepteur sit\"\n },\n \"reference\": \"\",\n \"refund_amount\": \"\",\n \"refund_reason\": \"\",\n \"refunded_at\": \"\",\n \"send\": \"\",\n \"status\": \"AUTHORIZED\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\",\n \"type\": \"INVOICE\",\n \"updated_at\": \"\",\n \"url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/invoice?fields=id&fields=cancelled_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "invoice" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Fields to return", "key": "fields", "value": "cancelled_at" }, { "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": "ca208673-8431-44a2-bea2-350543d62586", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "b0767f64-0fb0-4966-bd06-3281f3fa8679", "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 \"attachments\": [\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n },\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n }\n ],\n \"balance_amount\": \"\",\n \"cancelled_at\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"discount_amount\": \"\",\n \"due_at\": \"\",\n \"id\": \"\",\n \"invoice_number\": \"\",\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 \"notes\": \"\",\n \"organization_id\": \"\",\n \"paid_amount\": \"\",\n \"paid_at\": \"\",\n \"payment_collection_method\": \"send_invoice\",\n \"posted_at\": \"\",\n \"raw\": {\n \"cupidatat_5ca\": \"dolore do ut Excepteur sit\"\n },\n \"reference\": \"\",\n \"refund_amount\": \"\",\n \"refund_reason\": \"\",\n \"refunded_at\": \"\",\n \"send\": \"\",\n \"status\": \"AUTHORIZED\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\",\n \"type\": \"INVOICE\",\n \"updated_at\": \"\",\n \"url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/invoice?fields=cancelled_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "invoice" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "cancelled_at" }, { "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 \"attachments\": [\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n },\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n }\n ],\n \"balance_amount\": \"\",\n \"cancelled_at\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"discount_amount\": \"\",\n \"due_at\": \"\",\n \"id\": \"\",\n \"invoice_number\": \"\",\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 \"notes\": \"\",\n \"organization_id\": \"\",\n \"paid_amount\": \"\",\n \"paid_at\": \"\",\n \"payment_collection_method\": \"send_invoice\",\n \"posted_at\": \"\",\n \"raw\": {\n \"cupidatat_5ca\": \"dolore do ut Excepteur sit\"\n },\n \"reference\": \"\",\n \"refund_amount\": \"\",\n \"refund_reason\": \"\",\n \"refunded_at\": \"\",\n \"send\": \"\",\n \"status\": \"AUTHORIZED\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\",\n \"type\": \"INVOICE\",\n \"updated_at\": \"\",\n \"url\": \"\"\n}", "createdAt": "2026-07-28T03:24:34.000Z", "updatedAt": "2026-07-28T03:24:34.000Z", "uid": "35240-b0767f64-0fb0-4966-bd06-3281f3fa8679" } ], "createdAt": "2026-07-28T03:24:34.000Z", "updatedAt": "2026-07-28T03:24:34.000Z", "uid": "35240-848d7996-2b2a-42c0-b751-1d5963b96e74" } ], "id": "e9bc8025-f244-436d-a9d0-5afbf4426542", "createdAt": "2026-07-28T03:24:34.000Z", "updatedAt": "2026-07-28T03:24:34.000Z", "uid": "35240-e9bc8025-f244-436d-a9d0-5afbf4426542" } ], "id": "598cfc8c-5384-4501-a4ba-a192fbafc2bd", "createdAt": "2026-07-28T03:24:34.000Z", "updatedAt": "2026-07-28T03:24:34.000Z", "uid": "35240-598cfc8c-5384-4501-a4ba-a192fbafc2bd" } ], "id": "6b457d0f-fb74-48ba-b74f-b07781af10c0", "createdAt": "2026-07-28T03:24:34.000Z", "updatedAt": "2026-07-28T03:24:34.000Z", "uid": "35240-6b457d0f-fb74-48ba-b74f-b07781af10c0" } ], "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" } ] }