API Reference

Get transaction by Organization ID

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

Path Parameter

ParameterTypeDescription
organizationIdstringThe unique identifier of the organization 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!