latestOpenAPI 3.0.12026-08-0881518.6 KB
df876833c130
Transactions
List transactions for the selected cash account.
This endpoint lists all transactions for the cash account with the selected ID.
get/v2/transactions/cash/{id}
Path parameters
idstring required
Query parameters
cursorstring nullable
limitinteger nullable
posted_at_startstring date-time nullable
Shows only transactions with a posted_at_date on or after this date-time. This parameter is the date-time notation as defined by RFC 3339, section 5.6
Response
Returns a list of cash transactions.
Example response
{
"items": [
{
"amount": {
"amount": 700,
"currency": "USD"
}
}
]
}