cURL
curl --request GET \ --url https://api.endclose.com/v1/records \ --header 'X-API-KEY: <api-key>'
{ "data": [ { "amount": 123, "direction": "credit", "date": "2023-12-25", "data_stream_key": "<string>", "id": 123, "decimal_places": 2, "description": "<string>", "metadata": {}, "status": "reconciled", "external_id": "<string>", "matched_records": [ { "id": 123, "amount": 123, "decimal_places": 2, "direction": "credit", "data_stream_key": "<string>" } ] } ], "has_more": true, "offset": 123 }
Data stream key to filter records
1 <= x <= 100
Pagination offset
Paginated list of records
Show child attributes