cURL
curl --request GET \ --url https://api.endclose.com/v1/reconciliations \ --header 'X-API-KEY: <api-key>'
{ "data": [ { "name": "<string>", "id": 123, "run_type": "continuous", "side_a_streams": [ { "key": "<string>", "name": "<string>", "id": 123, "description": "<string>", "type": "<string>" } ], "side_b_streams": [ { "key": "<string>", "name": "<string>", "id": 123, "description": "<string>", "type": "<string>" } ], "created_at": "2023-11-07T05:31:56Z" } ], "has_more": true, "offset": 123 }
Returns a paginated list of reconciliations with their associated data streams.
1 <= x <= 100
Pagination offset
Paginated list of reconciliations
Show child attributes