{ "opencollection": "1.0.0", "info": { "name": "Kintsugi Tax Address Validation Transactions API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Transactions", "type": "folder" }, "items": [ { "info": { "name": "List transactions.", "type": "http" }, "http": { "method": "GET", "url": "https://api.trykintsugi.com/v1/transactions", "params": [ { "name": "page", "value": "", "type": "query" }, { "name": "size", "value": "", "type": "query" } ] }, "docs": "List transactions." }, { "info": { "name": "Create a transaction.", "type": "http" }, "http": { "method": "POST", "url": "https://api.trykintsugi.com/v1/transactions", "body": { "type": "json", "data": "{}" } }, "docs": "Create a transaction." }, { "info": { "name": "Get a transaction by ID.", "type": "http" }, "http": { "method": "GET", "url": "https://api.trykintsugi.com/v1/transactions/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get a transaction by ID." }, { "info": { "name": "Update a transaction.", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.trykintsugi.com/v1/transactions/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a transaction." }, { "info": { "name": "Get a transaction by external ID.", "type": "http" }, "http": { "method": "GET", "url": "https://api.trykintsugi.com/v1/transactions/external/:external_id", "params": [ { "name": "external_id", "value": "", "type": "path" } ] }, "docs": "Get a transaction by external ID." }, { "info": { "name": "Create a credit note for a transaction.", "type": "http" }, "http": { "method": "POST", "url": "https://api.trykintsugi.com/v1/transactions/:id/credit-notes", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a credit note for a transaction." }, { "info": { "name": "Update a credit note for a transaction.", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.trykintsugi.com/v1/transactions/:id/credit-notes", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a credit note for a transaction." } ] } ], "bundled": true }