Account transactions
Get account transaction
The Get account transaction endpoint returns a single account transaction for a given accountTransactionId.
Account transactions represent bank activity within an accounting software. All transactions that go through a bank account are recorded as account transactions.
Before using this endpoint, you must have retrieved data for the company.
get/companies/{companyId}/connections/{connectionId}/data/accountTransactions/{accountTransactionId}
Path parameters
companyIdstring uuid required
Unique identifier for your SMB in Codat.
Example:8a210b68-6988-11ed-a1eb-0242ac120002
Unique identifier for a company.
connectionIdstring uuid required
Unique identifier for a company's data connection.
Example:2e9d2c44-f675-40ba-8049-353bfcb5e171
Unique identifier for a connection.
accountTransactionIdstring required
Unique identifier for an account transaction.
Response
Success