cURL
curl --request GET \ --url https://api.endclose.com/v1/reconciliation_matches \ --header 'X-API-KEY: <api-key>'
{ "data": [ { "id": 123, "status": "<string>", "group_key": "<string>", "reconciliation_id": 123, "reconciliation_rule_id": 123, "created_at": "2023-11-07T05:31:56Z", "records": [ { "id": 123, "amount": 123, "decimal_places": 2, "direction": "credit", "data_stream_key": "<string>" } ] } ], "has_more": true, "offset": 123 }
Returns a paginated list of matches, optionally filtered by reconciliation or status.
Filter by reconciliation
Filter by match status
1 <= x <= 100
Pagination offset
Paginated list of matches
Show child attributes