Search transactions

Search for transactions using various filters and text search

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

entityIdstringRequired
The ID of the entity to search transactions for

Request

This endpoint expects an object.
querystringOptional
Text to search in transaction descriptions
filtersobjectOptional
pageintegerOptionalDefaults to 1
Page number for pagination
limitintegerOptionalDefaults to 20
Number of items per page

Response

Search results retrieved successfully
transactionslist of objects or null
paginationobject or null

Errors