Apideck Accounting
Connector for the apideck-accounting API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://unify.apideck.com - Auth:
header:Authorization(pass your key via theapiKeyinput)
Operations
balancesheetone— GET /accounting/balance-sheet — Get BalanceSheetbillsall— GET /accounting/bills — List Billsbillsone— GET /accounting/bills/{id} — Get Billcompanyinfoone— GET /accounting/company-info — Get company infocreditnotesall— GET /accounting/credit-notes — List Credit Notescreditnotesone— GET /accounting/credit-notes/{id} — Get Credit Note
Inputs
apiKey— your apideck-accounting API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: balancesheetone
apiKey: <your key>