Skip to main content
GET
/
reconciliation_stories
List reconciliation stories
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>"
            }
          ]
        }
      ]
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://endclose.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-KEY
string
header
required

Response

200 - application/json

List of stories

data
object[]