A description of the core concepts our product is built on.
GET /companies/{companyId}
– Retrieve company details.POST /companies
– Create a new company.POST /companies/{companyId}/transactions
– Record a new transaction.GET /companies/{companyId}/transactions
– Retrieve a list of transactions for a company.CHECKING
, SAVINGS
, CREDIT_CARD
, PAYMENTS
, PAYROLL
, LOAN
, PREPAID_CARD
, ACCOUNTS_RECEIVABLE
, ACCOUNTS_PAYABLE
.GET /companies/{companyId}/accounts
– Retrieve a list of accounts for a company.POST /companies/{companyId}/accounts
– Create a new account.GET /companies/{companyId}/accounts/{accountId}
– Retrieve details of a specific account.POST /auth
– Generate an access token for authentication.