List reconciliation matches

Returns a paginated list of reconciliation matches for the company. Each match links two
reconciliation records (e.g. a payable and the bank transaction that paid it) and embeds both
records (record_a, record_b) without their embedding vectors. The type field is the
STI subtype derived from the linked pair. Non-admin callers only see matches whose payable
they can access.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
integer
≥ 0

If all the transactions where in an array, this would represent the index of the first item returned in the response

integer
≥ 0

If all the transactions where in an array, this would represent the index of the last item returned in the response

string
enum

The order method, which can be ascending or descending

Allowed:
string

The field used to sort, the example illustrates a response that would be sorted by the creation date

uuid

Filter matches by one of the linked records.

uuid

Filter matches by the other linked record.

Headers
uuid
required

UUID of the company on whose behalf the request is made. Required for every Accounting endpoint.
See The company-id header for details on how to obtain
a value for this header and the error responses to expect when it is missing or invalid.

Responses

401

Unauthorized

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