GET
/
api
/
end_users
/
{end_user_id_or_heron_id}
/
transactions

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

end_user_id_or_heron_id
string
required

Query Parameters

per_page
integer
default:
100

Desired results per page

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

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

page
integer
default:
1

Results page

Required range: x > 1
account_ids
string[] | null

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

last_updated_min
string | null

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

Response

200 - application/json
_meta
object
transactions_enriched
object[]