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