{ "opencollection": "1.0.0", "info": { "name": "Codat Accounting Expenses API", "version": "3.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Expenses", "type": "folder" }, "items": [ { "info": { "name": "Create expense transactions", "type": "http" }, "http": { "method": "POST", "url": "https://api.codat.io/companies/:companyId/sync/expenses/expense-transactions", "params": [ { "name": "companyId", "value": "", "type": "path", "description": "Unique identifier for a company." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates an expense transaction to be reconciled into accounting software." }, { "info": { "name": "Get latest sync status", "type": "http" }, "http": { "method": "GET", "url": "https://api.codat.io/companies/:companyId/sync/expenses/syncs/latest/status", "params": [ { "name": "companyId", "value": "", "type": "path", "description": "Unique identifier for a company." } ] }, "docs": "Get latest sync status" }, { "info": { "name": "Get mapping options", "type": "http" }, "http": { "method": "GET", "url": "https://api.codat.io/companies/:companyId/sync/expenses/mappingOptions", "params": [ { "name": "companyId", "value": "", "type": "path", "description": "Unique identifier for a company." } ] }, "docs": "Gets accounts, tracking categories, and tax rates for expense mapping." } ] } ], "bundled": true }