Learn how to add your platforms transactions to your AccelBooks.
client_id
and client_secret
, necessary for authenticating requests to the API.
POST /company/:id/transactions
– Add new transactions for a specified company.GET /company/:id/transactions
– Retrieve all transactions for a specified company.GET /company/:id/transactions/{transactionId}
– Retrieve details of a specific transaction for a specified company.PUT /company/:id/transactions/{transactionId}
– Update an existing transaction for a specified company.DELETE /company/:id/transactions/{transactionId}
– Remove a specific transaction for a specified company.:id
with the actual company ID to which the transaction belongs.