Lap Accounting Api

v1.0.1

Accounting API skill. Use when working with Accounting for companies. Covers 135 endpoints.

0· 210·1 current·1 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for mickmicksh/lap-accounting-api.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Lap Accounting Api" (mickmicksh/lap-accounting-api) from ClawHub.
Skill page: https://clawhub.ai/mickmicksh/lap-accounting-api
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Required env vars: ACCOUNTING_API_KEY
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install lap-accounting-api

ClawHub CLI

Package manager switcher

npx clawhub@latest install lap-accounting-api
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the listed endpoints and the skill only requires an ACCOUNTING_API_KEY to call the accounting API (api.codat.io). Nothing requested (binaries, unrelated env vars, or config paths) appears out of scope for an accounting API integration.
Instruction Scope
SKILL.md instructs the agent to set an API key header and call specific Codat endpoints. It does not instruct reading local files, unrelated env vars, or sending data to third-party endpoints outside the documented base URL. The doc references a local file (references/api-spec.lap) that is not present in the manifest — this is an informational inconsistency, not a security risk by itself.
Install Mechanism
No install spec and no code files (instruction-only). Nothing is written to disk or downloaded, which is lower risk.
Credentials
Only one required env var (ACCOUNTING_API_KEY) is declared and is appropriate for calling the API. No other secrets or unrelated credentials are requested.
Persistence & Privilege
always is false and the skill does not request elevated/persistent system presence or modification of other skills. Agent invocation settings are default.
Assessment
This skill appears to be a straightforward instruction-only connector to Codat (api.codat.io). If you install it: (1) provide only a dedicated ACCOUNTING_API_KEY with the minimum necessary permissions; (2) verify the key's scope and rotate it if you stop using the skill; (3) be aware that the SKILL.md references a missing api-spec file (references/api-spec.lap) — that may limit in-skill documentation but does not change runtime behavior; and (4) since the source/homepage is unknown, prefer using keys with limited scope and monitor API activity when first enabling the skill.

Like a lobster shell, security has layers — review code before you run it.

Runtime requirements

EnvACCOUNTING_API_KEY
latestvk973qe9fb3fea2q5q3njxfafjs83w5gh
210downloads
0stars
2versions
Updated 4w ago
v1.0.1
MIT-0

Accounting API

API version: 3.0.0

Auth

ApiKey Authorization in header

Base URL

https://api.codat.io

Setup

  1. Set your API key in the appropriate header
  2. GET /companies/{companyId}/connections/{connectionId}/data/accountTransactions -- verify access
  3. POST /companies/{companyId}/connections/{connectionId}/push/accounts -- create first accounts

Endpoints

135 endpoints across 1 groups. See references/api-spec.lap for full details.

companies

MethodPathDescription
GET/companies/{companyId}/connections/{connectionId}/data/accountTransactionsList account transactions
GET/companies/{companyId}/connections/{connectionId}/data/accountTransactions/{accountTransactionId}Get account transaction
GET/companies/{companyId}/data/accountsList accounts
GET/companies/{companyId}/data/accounts/{accountId}Get account
GET/companies/{companyId}/connections/{connectionId}/options/chartOfAccountsGet create account model
POST/companies/{companyId}/connections/{connectionId}/push/accountsCreate account
GET/companies/{companyId}/data/billCreditNotesList bill credit notes
GET/companies/{companyId}/data/billCreditNotes/{billCreditNoteId}Get bill credit note
GET/companies/{companyId}/connections/{connectionId}/options/billCreditNotesGet create/update bill credit note model
POST/companies/{companyId}/connections/{connectionId}/push/billCreditNotesCreate bill credit note
PUT/companies/{companyId}/connections/{connectionId}/push/billCreditNotes/{billCreditNoteId}Update bill credit note
POST/companies/{companyId}/connections/{connectionId}/push/billCreditNotes/{billCreditNoteId}/attachmentUpload bill credit note attachment
GET/companies/{companyId}/data/billPaymentsList bill payments
GET/companies/{companyId}/data/billPayments/{billPaymentId}Get bill payment
POST/companies/{companyId}/connections/{connectionId}/push/billPaymentsCreate bill payments
GET/companies/{companyId}/connections/{connectionId}/options/billPaymentsGet create bill payment model
DELETE/companies/{companyId}/connections/{connectionId}/push/billPayments/{billPaymentId}Delete bill payment
GET/companies/{companyId}/data/billsList bills
GET/companies/{companyId}/data/bills/{billId}Get bill
GET/companies/{companyId}/connections/{connectionId}/options/billsGet create/update bill model
POST/companies/{companyId}/connections/{connectionId}/push/billsCreate bill
PUT/companies/{companyId}/connections/{connectionId}/push/bills/{billId}Update bill
DELETE/companies/{companyId}/connections/{connectionId}/push/bills/{billId}Delete bill
GET/companies/{companyId}/connections/{connectionId}/data/bills/{billId}/attachmentsList bill attachments
GET/companies/{companyId}/connections/{connectionId}/data/bills/{billId}/attachments/{attachmentId}Get bill attachment
GET/companies/{companyId}/connections/{connectionId}/data/bills/{billId}/attachments/{attachmentId}/downloadDownload bill attachment
POST/companies/{companyId}/connections/{connectionId}/push/bills/{billId}/attachmentsUpload bill attachment
GET/companies/{companyId}/data/creditNotesList credit notes
GET/companies/{companyId}/data/creditNotes/{creditNoteId}Get credit note
GET/companies/{companyId}/connections/{connectionId}/options/creditNotesGet create/update credit note model
POST/companies/{companyId}/connections/{connectionId}/push/creditNotesCreate credit note
PUT/companies/{companyId}/connections/{connectionId}/push/creditNotes/{creditNoteId}Update credit note
GET/companies/{companyId}/data/customersList customers
GET/companies/{companyId}/data/customers/{customerId}Get customer
GET/companies/{companyId}/connections/{connectionId}/options/customersGet create/update customer model
POST/companies/{companyId}/connections/{connectionId}/push/customersCreate customer
PUT/companies/{companyId}/connections/{connectionId}/push/customers/{customerId}Update customer
GET/companies/{companyId}/connections/{connectionId}/data/customers/{customerId}/attachmentsList customer attachments
GET/companies/{companyId}/connections/{connectionId}/data/customers/{customerId}/attachments/{attachmentId}Get customer attachment
GET/companies/{companyId}/connections/{connectionId}/data/customers/{customerId}/attachments/{attachmentId}/downloadDownload customer attachment
GET/companies/{companyId}/connections/{connectionId}/data/directCostsList direct costs
GET/companies/{companyId}/connections/{connectionId}/data/directCosts/{directCostId}Get direct cost
GET/companies/{companyId}/connections/{connectionId}/options/directCostsGet create direct cost model
POST/companies/{companyId}/connections/{connectionId}/push/directCostsCreate direct cost
DELETE/companies/{companyId}/connections/{connectionId}/push/directCosts/{directCostId}Delete direct cost
POST/companies/{companyId}/connections/{connectionId}/push/directCosts/{directCostId}/attachmentUpload direct cost attachment
GET/companies/{companyId}/connections/{connectionId}/data/directCosts/{directCostId}/attachments/{attachmentId}Get direct cost attachment
GET/companies/{companyId}/connections/{connectionId}/data/directCosts/{directCostId}/attachments/{attachmentId}/downloadDownload direct cost attachment
GET/companies/{companyId}/connections/{connectionId}/data/directCosts/{directCostId}/attachmentsList direct cost attachments
GET/companies/{companyId}/connections/{connectionId}/data/directIncomesList direct incomes
GET/companies/{companyId}/connections/{connectionId}/data/directIncomes/{directIncomeId}Get direct income
GET/companies/{companyId}/connections/{connectionId}/options/directIncomesGet create direct income model
POST/companies/{companyId}/connections/{connectionId}/push/directIncomesCreate direct income
POST/companies/{companyId}/connections/{connectionId}/push/directIncomes/{directIncomeId}/attachmentCreate direct income attachment
GET/companies/{companyId}/connections/{connectionId}/data/directIncomes/{directIncomeId}/attachments/{attachmentId}Get direct income attachment
GET/companies/{companyId}/connections/{connectionId}/data/directIncomes/{directIncomeId}/attachments/{attachmentId}/downloadDownload direct income attachment
GET/companies/{companyId}/connections/{connectionId}/data/directIncomes/{directIncomeId}/attachmentsList direct income attachments
GET/companies/{companyId}/data/financials/balanceSheetGet balance sheet
GET/companies/{companyId}/data/financials/profitAndLossGet profit and loss
GET/companies/{companyId}/data/financials/cashFlowStatementGet cash flow statement
GET/companies/{companyId}/data/infoGet company info
POST/companies/{companyId}/data/infoRefresh company info
GET/companies/{companyId}/data/invoicesList invoices
GET/companies/{companyId}/data/invoices/{invoiceId}Get invoice
GET/companies/{companyId}/data/invoices/{invoiceId}/pdfGet invoice as PDF
GET/companies/{companyId}/connections/{connectionId}/data/invoices/{invoiceId}/attachmentsList invoice attachments
GET/companies/{companyId}/connections/{connectionId}/data/invoices/{invoiceId}/attachments/{attachmentId}Get invoice attachment
GET/companies/{companyId}/connections/{connectionId}/data/invoices/{invoiceId}/attachments/{attachmentId}/downloadDownload invoice attachment
GET/companies/{companyId}/connections/{connectionId}/options/invoicesGet create/update invoice model
POST/companies/{companyId}/connections/{connectionId}/push/invoicesCreate invoice
PUT/companies/{companyId}/connections/{connectionId}/push/invoices/{invoiceId}Update invoice
DELETE/companies/{companyId}/connections/{connectionId}/push/invoices/{invoiceId}Delete invoice
POST/companies/{companyId}/connections/{connectionId}/push/invoices/{invoiceId}/attachmentUpload invoice attachment
GET/companies/{companyId}/connections/{connectionId}/data/itemReceiptsList item receipts
GET/companies/{companyId}/connections/{connectionId}/data/itemReceipts/{itemReceiptId}Get item receipt
GET/companies/{companyId}/data/itemsList items
GET/companies/{companyId}/data/items/{itemId}Get item
GET/companies/{companyId}/connections/{connectionId}/options/itemsGet create item model
POST/companies/{companyId}/connections/{connectionId}/push/itemsCreate item
GET/companies/{companyId}/data/journalEntriesList journal entries
GET/companies/{companyId}/data/journalEntries/{journalEntryId}Get journal entry
GET/companies/{companyId}/connections/{connectionId}/options/journalEntriesGet create journal entry model
POST/companies/{companyId}/connections/{connectionId}/push/journalEntriesCreate journal entry
DELETE/companies/{companyId}/connections/{connectionId}/push/journalEntries/{journalEntryId}Delete journal entry
GET/companies/{companyId}/data/journalsList journals
GET/companies/{companyId}/data/journals/{journalId}Get journal
GET/companies/{companyId}/connections/{connectionId}/options/journalsGet create journal model
POST/companies/{companyId}/connections/{connectionId}/push/journalsCreate journal
GET/companies/{companyId}/data/paymentMethodsList payment methods
GET/companies/{companyId}/data/paymentMethods/{paymentMethodId}Get payment method
GET/companies/{companyId}/data/paymentsList payments
GET/companies/{companyId}/data/payments/{paymentId}Get payment
GET/companies/{companyId}/connections/{connectionId}/data/paymentsList payments
GET/companies/{companyId}/connections/{connectionId}/options/paymentsGet create payment model
POST/companies/{companyId}/connections/{connectionId}/push/paymentsCreate payment
GET/companies/{companyId}/data/purchaseOrdersList purchase orders
GET/companies/{companyId}/data/purchaseOrders/{purchaseOrderId}Get purchase order
GET/companies/{companyId}/connections/{connectionId}/options/purchaseOrdersGet create/update purchase order model
POST/companies/{companyId}/connections/{connectionId}/push/purchaseOrdersCreate purchase order
PUT/companies/{companyId}/connections/{connectionId}/push/purchaseOrders/{purchaseOrderId}Update purchase order
GET/companies/{companyId}/data/purchaseOrders/{purchaseOrderId}/pdfDownload purchase order as PDF
GET/companies/{companyId}/connections/{connectionId}/data/purchaseOrders/{purchaseOrderId}/attachmentsList purchase order attachments
GET/companies/{companyId}/connections/{connectionId}/data/purchaseOrders/{purchaseOrderId}/attachments/{attachmentId}Get purchase order attachment
GET/companies/{companyId}/connections/{connectionId}/data/purchaseOrders/{purchaseOrderId}/attachments/{attachmentId}/downloadDownload purchase order attachment
GET/companies/{companyId}/data/salesOrdersList sales orders
GET/companies/{companyId}/data/salesOrders/{salesOrderId}Get sales order
GET/companies/{companyId}/data/suppliersList suppliers
GET/companies/{companyId}/data/suppliers/{supplierId}Get supplier
GET/companies/{companyId}/connections/{connectionId}/options/suppliersGet create/update supplier model
POST/companies/{companyId}/connections/{connectionId}/push/suppliersCreate supplier
PUT/companies/{companyId}/connections/{connectionId}/push/suppliers/{supplierId}Update supplier
GET/companies/{companyId}/connections/{connectionId}/data/suppliers/{supplierId}/attachmentsList supplier attachments
GET/companies/{companyId}/connections/{connectionId}/data/suppliers/{supplierId}/attachments/{attachmentId}Get supplier attachment
GET/companies/{companyId}/connections/{connectionId}/data/suppliers/{supplierId}/attachments/{attachmentId}/downloadDownload supplier attachment
GET/companies/{companyId}/data/taxRatesList all tax rates
GET/companies/{companyId}/data/taxRates/{taxRateId}Get tax rate
GET/companies/{companyId}/data/trackingCategoriesList tracking categories
GET/companies/{companyId}/data/trackingCategories/{trackingCategoryId}Get tracking categories
GET/companies/{companyId}/connections/{connectionId}/data/transfersList transfers
POST/companies/{companyId}/connections/{connectionId}/push/transfers/{transferId}/attachmentUpload transfer attachment
GET/companies/{companyId}/connections/{connectionId}/data/transfers/{transferId}Get transfer
GET/companies/{companyId}/connections/{connectionId}/options/transfersGet create transfer model
POST/companies/{companyId}/connections/{connectionId}/push/transfersCreate transfer
GET/companies/{companyId}/connections/{connectionId}/data/bankAccountsList bank accounts
GET/companies/{companyId}/connections/{connectionId}/data/bankAccounts/{accountId}Get bank account
GET/companies/{companyId}/connections/{connectionId}/options/bankAccountsGet create/update bank account model
POST/companies/{companyId}/connections/{connectionId}/push/bankAccountsCreate bank account
PUT/companies/{companyId}/connections/{connectionId}/push/bankAccounts/{bankAccountId}Update bank account
GET/companies/{companyId}/connections/{connectionId}/data/bankAccounts/{accountId}/bankTransactionsList bank account transactions
GET/companies/{companyId}/connections/{connectionId}/options/bankAccounts/{accountId}/bankTransactionsGet create bank account transactions model
POST/companies/{companyId}/connections/{connectionId}/push/bankAccounts/{accountId}/bankTransactionsCreate bank account transactions
GET/companies/{companyId}/reports/agedDebtor/availableAged debtors report available
GET/companies/{companyId}/reports/agedDebtorAged debtors report
GET/companies/{companyId}/reports/agedCreditor/availableAged creditors report available
GET/companies/{companyId}/reports/agedCreditorAged creditors report

Common Questions

Match user requests to endpoints in references/api-spec.lap. Key patterns:

  • "Search accountTransactions?" -> GET /companies/{companyId}/connections/{connectionId}/data/accountTransactions
  • "Get accountTransaction details?" -> GET /companies/{companyId}/connections/{connectionId}/data/accountTransactions/{accountTransactionId}
  • "Search accounts?" -> GET /companies/{companyId}/data/accounts
  • "Get account details?" -> GET /companies/{companyId}/data/accounts/{accountId}
  • "List all chartOfAccounts?" -> GET /companies/{companyId}/connections/{connectionId}/options/chartOfAccounts
  • "Create a account?" -> POST /companies/{companyId}/connections/{connectionId}/push/accounts
  • "Search billCreditNotes?" -> GET /companies/{companyId}/data/billCreditNotes
  • "Get billCreditNote details?" -> GET /companies/{companyId}/data/billCreditNotes/{billCreditNoteId}
  • "List all billCreditNotes?" -> GET /companies/{companyId}/connections/{connectionId}/options/billCreditNotes
  • "Create a billCreditNote?" -> POST /companies/{companyId}/connections/{connectionId}/push/billCreditNotes
  • "Update a billCreditNote?" -> PUT /companies/{companyId}/connections/{connectionId}/push/billCreditNotes/{billCreditNoteId}
  • "Create a attachment?" -> POST /companies/{companyId}/connections/{connectionId}/push/billCreditNotes/{billCreditNoteId}/attachment
  • "Search billPayments?" -> GET /companies/{companyId}/data/billPayments
  • "Get billPayment details?" -> GET /companies/{companyId}/data/billPayments/{billPaymentId}
  • "Create a billPayment?" -> POST /companies/{companyId}/connections/{connectionId}/push/billPayments
  • "List all billPayments?" -> GET /companies/{companyId}/connections/{connectionId}/options/billPayments
  • "Delete a billPayment?" -> DELETE /companies/{companyId}/connections/{connectionId}/push/billPayments/{billPaymentId}
  • "Search bills?" -> GET /companies/{companyId}/data/bills
  • "Get bill details?" -> GET /companies/{companyId}/data/bills/{billId}
  • "List all bills?" -> GET /companies/{companyId}/connections/{connectionId}/options/bills
  • "Create a bill?" -> POST /companies/{companyId}/connections/{connectionId}/push/bills
  • "Update a bill?" -> PUT /companies/{companyId}/connections/{connectionId}/push/bills/{billId}
  • "Delete a bill?" -> DELETE /companies/{companyId}/connections/{connectionId}/push/bills/{billId}
  • "List all attachments?" -> GET /companies/{companyId}/connections/{connectionId}/data/bills/{billId}/attachments
  • "Get attachment details?" -> GET /companies/{companyId}/connections/{connectionId}/data/bills/{billId}/attachments/{attachmentId}
  • "List all download?" -> GET /companies/{companyId}/connections/{connectionId}/data/bills/{billId}/attachments/{attachmentId}/download
  • "Create a attachment?" -> POST /companies/{companyId}/connections/{connectionId}/push/bills/{billId}/attachments
  • "Search creditNotes?" -> GET /companies/{companyId}/data/creditNotes
  • "Get creditNote details?" -> GET /companies/{companyId}/data/creditNotes/{creditNoteId}
  • "List all creditNotes?" -> GET /companies/{companyId}/connections/{connectionId}/options/creditNotes
  • "Create a creditNote?" -> POST /companies/{companyId}/connections/{connectionId}/push/creditNotes
  • "Update a creditNote?" -> PUT /companies/{companyId}/connections/{connectionId}/push/creditNotes/{creditNoteId}
  • "Search customers?" -> GET /companies/{companyId}/data/customers
  • "Get customer details?" -> GET /companies/{companyId}/data/customers/{customerId}
  • "List all customers?" -> GET /companies/{companyId}/connections/{connectionId}/options/customers
  • "Create a customer?" -> POST /companies/{companyId}/connections/{connectionId}/push/customers
  • "Update a customer?" -> PUT /companies/{companyId}/connections/{connectionId}/push/customers/{customerId}
  • "List all attachments?" -> GET /companies/{companyId}/connections/{connectionId}/data/customers/{customerId}/attachments
  • "Get attachment details?" -> GET /companies/{companyId}/connections/{connectionId}/data/customers/{customerId}/attachments/{attachmentId}
  • "List all download?" -> GET /companies/{companyId}/connections/{connectionId}/data/customers/{customerId}/attachments/{attachmentId}/download
  • "Search directCosts?" -> GET /companies/{companyId}/connections/{connectionId}/data/directCosts
  • "Get directCost details?" -> GET /companies/{companyId}/connections/{connectionId}/data/directCosts/{directCostId}
  • "List all directCosts?" -> GET /companies/{companyId}/connections/{connectionId}/options/directCosts
  • "Create a directCost?" -> POST /companies/{companyId}/connections/{connectionId}/push/directCosts
  • "Delete a directCost?" -> DELETE /companies/{companyId}/connections/{connectionId}/push/directCosts/{directCostId}
  • "Create a attachment?" -> POST /companies/{companyId}/connections/{connectionId}/push/directCosts/{directCostId}/attachment
  • "Get attachment details?" -> GET /companies/{companyId}/connections/{connectionId}/data/directCosts/{directCostId}/attachments/{attachmentId}
  • "List all download?" -> GET /companies/{companyId}/connections/{connectionId}/data/directCosts/{directCostId}/attachments/{attachmentId}/download
  • "List all attachments?" -> GET /companies/{companyId}/connections/{connectionId}/data/directCosts/{directCostId}/attachments
  • "Search directIncomes?" -> GET /companies/{companyId}/connections/{connectionId}/data/directIncomes
  • "Get directIncome details?" -> GET /companies/{companyId}/connections/{connectionId}/data/directIncomes/{directIncomeId}
  • "List all directIncomes?" -> GET /companies/{companyId}/connections/{connectionId}/options/directIncomes
  • "Create a directIncome?" -> POST /companies/{companyId}/connections/{connectionId}/push/directIncomes
  • "Create a attachment?" -> POST /companies/{companyId}/connections/{connectionId}/push/directIncomes/{directIncomeId}/attachment
  • "Get attachment details?" -> GET /companies/{companyId}/connections/{connectionId}/data/directIncomes/{directIncomeId}/attachments/{attachmentId}
  • "List all download?" -> GET /companies/{companyId}/connections/{connectionId}/data/directIncomes/{directIncomeId}/attachments/{attachmentId}/download
  • "List all attachments?" -> GET /companies/{companyId}/connections/{connectionId}/data/directIncomes/{directIncomeId}/attachments
  • "List all balanceSheet?" -> GET /companies/{companyId}/data/financials/balanceSheet
  • "List all profitAndLoss?" -> GET /companies/{companyId}/data/financials/profitAndLoss
  • "List all cashFlowStatement?" -> GET /companies/{companyId}/data/financials/cashFlowStatement
  • "List all info?" -> GET /companies/{companyId}/data/info
  • "Create a info?" -> POST /companies/{companyId}/data/info
  • "Search invoices?" -> GET /companies/{companyId}/data/invoices
  • "Get invoice details?" -> GET /companies/{companyId}/data/invoices/{invoiceId}
  • "List all pdf?" -> GET /companies/{companyId}/data/invoices/{invoiceId}/pdf
  • "List all attachments?" -> GET /companies/{companyId}/connections/{connectionId}/data/invoices/{invoiceId}/attachments
  • "Get attachment details?" -> GET /companies/{companyId}/connections/{connectionId}/data/invoices/{invoiceId}/attachments/{attachmentId}
  • "List all download?" -> GET /companies/{companyId}/connections/{connectionId}/data/invoices/{invoiceId}/attachments/{attachmentId}/download
  • "List all invoices?" -> GET /companies/{companyId}/connections/{connectionId}/options/invoices
  • "Create a invoice?" -> POST /companies/{companyId}/connections/{connectionId}/push/invoices
  • "Update a invoice?" -> PUT /companies/{companyId}/connections/{connectionId}/push/invoices/{invoiceId}
  • "Delete a invoice?" -> DELETE /companies/{companyId}/connections/{connectionId}/push/invoices/{invoiceId}
  • "Create a attachment?" -> POST /companies/{companyId}/connections/{connectionId}/push/invoices/{invoiceId}/attachment
  • "Search itemReceipts?" -> GET /companies/{companyId}/connections/{connectionId}/data/itemReceipts
  • "Get itemReceipt details?" -> GET /companies/{companyId}/connections/{connectionId}/data/itemReceipts/{itemReceiptId}
  • "Search items?" -> GET /companies/{companyId}/data/items
  • "Get item details?" -> GET /companies/{companyId}/data/items/{itemId}
  • "List all items?" -> GET /companies/{companyId}/connections/{connectionId}/options/items
  • "Create a item?" -> POST /companies/{companyId}/connections/{connectionId}/push/items
  • "Search journalEntries?" -> GET /companies/{companyId}/data/journalEntries
  • "Get journalEntry details?" -> GET /companies/{companyId}/data/journalEntries/{journalEntryId}
  • "List all journalEntries?" -> GET /companies/{companyId}/connections/{connectionId}/options/journalEntries
  • "Create a journalEntry?" -> POST /companies/{companyId}/connections/{connectionId}/push/journalEntries
  • "Delete a journalEntry?" -> DELETE /companies/{companyId}/connections/{connectionId}/push/journalEntries/{journalEntryId}
  • "Search journals?" -> GET /companies/{companyId}/data/journals
  • "Get journal details?" -> GET /companies/{companyId}/data/journals/{journalId}
  • "List all journals?" -> GET /companies/{companyId}/connections/{connectionId}/options/journals
  • "Create a journal?" -> POST /companies/{companyId}/connections/{connectionId}/push/journals
  • "Search paymentMethods?" -> GET /companies/{companyId}/data/paymentMethods
  • "Get paymentMethod details?" -> GET /companies/{companyId}/data/paymentMethods/{paymentMethodId}
  • "Search payments?" -> GET /companies/{companyId}/data/payments
  • "Get payment details?" -> GET /companies/{companyId}/data/payments/{paymentId}
  • "Search payments?" -> GET /companies/{companyId}/connections/{connectionId}/data/payments
  • "List all payments?" -> GET /companies/{companyId}/connections/{connectionId}/options/payments
  • "Create a payment?" -> POST /companies/{companyId}/connections/{connectionId}/push/payments
  • "Search purchaseOrders?" -> GET /companies/{companyId}/data/purchaseOrders
  • "Get purchaseOrder details?" -> GET /companies/{companyId}/data/purchaseOrders/{purchaseOrderId}
  • "List all purchaseOrders?" -> GET /companies/{companyId}/connections/{connectionId}/options/purchaseOrders
  • "Create a purchaseOrder?" -> POST /companies/{companyId}/connections/{connectionId}/push/purchaseOrders
  • "Update a purchaseOrder?" -> PUT /companies/{companyId}/connections/{connectionId}/push/purchaseOrders/{purchaseOrderId}
  • "List all pdf?" -> GET /companies/{companyId}/data/purchaseOrders/{purchaseOrderId}/pdf
  • "List all attachments?" -> GET /companies/{companyId}/connections/{connectionId}/data/purchaseOrders/{purchaseOrderId}/attachments
  • "Get attachment details?" -> GET /companies/{companyId}/connections/{connectionId}/data/purchaseOrders/{purchaseOrderId}/attachments/{attachmentId}
  • "List all download?" -> GET /companies/{companyId}/connections/{connectionId}/data/purchaseOrders/{purchaseOrderId}/attachments/{attachmentId}/download
  • "Search salesOrders?" -> GET /companies/{companyId}/data/salesOrders
  • "Get salesOrder details?" -> GET /companies/{companyId}/data/salesOrders/{salesOrderId}
  • "Search suppliers?" -> GET /companies/{companyId}/data/suppliers
  • "Get supplier details?" -> GET /companies/{companyId}/data/suppliers/{supplierId}
  • "List all suppliers?" -> GET /companies/{companyId}/connections/{connectionId}/options/suppliers
  • "Create a supplier?" -> POST /companies/{companyId}/connections/{connectionId}/push/suppliers
  • "Update a supplier?" -> PUT /companies/{companyId}/connections/{connectionId}/push/suppliers/{supplierId}
  • "List all attachments?" -> GET /companies/{companyId}/connections/{connectionId}/data/suppliers/{supplierId}/attachments
  • "Get attachment details?" -> GET /companies/{companyId}/connections/{connectionId}/data/suppliers/{supplierId}/attachments/{attachmentId}
  • "List all download?" -> GET /companies/{companyId}/connections/{connectionId}/data/suppliers/{supplierId}/attachments/{attachmentId}/download
  • "Search taxRates?" -> GET /companies/{companyId}/data/taxRates
  • "Get taxRate details?" -> GET /companies/{companyId}/data/taxRates/{taxRateId}
  • "Search trackingCategories?" -> GET /companies/{companyId}/data/trackingCategories
  • "Get trackingCategory details?" -> GET /companies/{companyId}/data/trackingCategories/{trackingCategoryId}
  • "Search transfers?" -> GET /companies/{companyId}/connections/{connectionId}/data/transfers
  • "Create a attachment?" -> POST /companies/{companyId}/connections/{connectionId}/push/transfers/{transferId}/attachment
  • "Get transfer details?" -> GET /companies/{companyId}/connections/{connectionId}/data/transfers/{transferId}
  • "List all transfers?" -> GET /companies/{companyId}/connections/{connectionId}/options/transfers
  • "Create a transfer?" -> POST /companies/{companyId}/connections/{connectionId}/push/transfers
  • "Search bankAccounts?" -> GET /companies/{companyId}/connections/{connectionId}/data/bankAccounts
  • "Get bankAccount details?" -> GET /companies/{companyId}/connections/{connectionId}/data/bankAccounts/{accountId}
  • "List all bankAccounts?" -> GET /companies/{companyId}/connections/{connectionId}/options/bankAccounts
  • "Create a bankAccount?" -> POST /companies/{companyId}/connections/{connectionId}/push/bankAccounts
  • "Update a bankAccount?" -> PUT /companies/{companyId}/connections/{connectionId}/push/bankAccounts/{bankAccountId}
  • "Search bankTransactions?" -> GET /companies/{companyId}/connections/{connectionId}/data/bankAccounts/{accountId}/bankTransactions
  • "List all bankTransactions?" -> GET /companies/{companyId}/connections/{connectionId}/options/bankAccounts/{accountId}/bankTransactions
  • "Create a bankTransaction?" -> POST /companies/{companyId}/connections/{connectionId}/push/bankAccounts/{accountId}/bankTransactions
  • "List all available?" -> GET /companies/{companyId}/reports/agedDebtor/available
  • "List all agedDebtor?" -> GET /companies/{companyId}/reports/agedDebtor
  • "List all available?" -> GET /companies/{companyId}/reports/agedCreditor/available
  • "List all agedCreditor?" -> GET /companies/{companyId}/reports/agedCreditor
  • "How to authenticate?" -> See Auth section

Response Tips

  • Check response schemas in references/api-spec.lap for field details
  • List endpoints may support pagination; check for limit, offset, or cursor params
  • Create/update endpoints typically return the created/updated object

CLI

# Update this spec to the latest version
npx @lap-platform/lapsh get accounting-api -o references/api-spec.lap

# Search for related APIs
npx @lap-platform/lapsh search accounting-api

References

  • Full spec: See references/api-spec.lap for complete endpoint details, parameter tables, and response schemas

Generated from the official API spec by LAP

Comments

Loading comments...