Skip to main content
GET
Get end user transactions

Authorizations

x-api-key
string
header
required

Path Parameters

end_user_id_or_heron_id
string
required

Query Parameters

last_updated_min
string<date-time> | null

Filter for transactions whose values were last updated in Heron systems after the specified input value, isoformat

Example:

"2026-08-04T23:13:31.249997"

page
integer
default:1

Results page

Required range: x >= 1
per_page
integer
default:100

Desired results per page

Required range: 1 <= x <= 50000
account_ids
string[] | null

Account ids to include. If not provided, all accounts are included

category_heron_id
string[] | null

Filter by the heron_id of the category that the transaction is annotated with

Example:

"ctg_ACa5KZoSTKCTFiRf2kUGQW"

order_by
enum<string>
default:id_asc

What to order transactions by

Available options:
amount_asc,
amount_desc,
abs_amount_asc,
abs_amount_desc,
description_asc,
description_desc,
timestamp_asc,
timestamp_desc,
id_asc,
id_desc,
confidence_asc,
confidence_desc,
created_asc,
created_desc

Response

200 - application/json

OK

_meta
object
transactions_enriched
object[]