API Reference

Get Transaction by Owner ID

This endpoint retrieves transactions associated with a specific owner based on the provided owner ID.

Path Parameter

ParameterTypeDescription
ownerIdstringThe unique identifier of the owner for whom transactions are to be retrieved.

Query Parameter

ParameterTypeDescription
sortFieldstringThe field by which the transactions should be sorted (e.g., "date", "amount").
sortOrderstringThe order in which transactions should be sorted ("asc" for ascending, "desc" for descending).
filterstringA filter to narrow down transactions based on specific criteria (e.g., "category=food").
limitnumberThe maximum number of transactions to be returned per page.
pagenumberThe page number of transactions to be retrieved.
Language
Authorization
Header
Click Try It! to start a request and see the response here!