API Reference

Get Transaction by Owner ID

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

Log in to see full request history

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.
Path Params
string
required
Query Params
string
string
string
int32
int32
Responses

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
application/json