cURL
curl --request GET \ --url https://api.endclose.com/v1/reconciliation_stories \ --header 'X-API-KEY: <api-key>'
{ "data": [ { "name": "<string>", "id": 123, "created_at": "2023-11-07T05:31:56Z", "links": [ { "position": 123, "role": "origin", "reconciliation_id": 123, "id": 123, "reconciliation_name": "<string>", "shared_data_stream_id": 123, "shared_data_stream_name": "<string>", "side_a_streams": [ { "id": 123, "name": "<string>" } ], "side_b_streams": [ { "id": 123, "name": "<string>" } ] } ] } ] }
Returns all reconciliation stories in the environment, newest first.
Documentation IndexFetch the complete documentation index at: https://endclose.com/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://endclose.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
List of stories
Show child attributes