Skip to main content
GET
/
reconciliations
List reconciliations
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
}

Authorizations

X-API-KEY
string
header
required

Query Parameters

limit
integer
default:25
Required range: 1 <= x <= 100
offset
integer

Pagination offset

Response

200 - application/json

Paginated list of reconciliations

data
object[]
has_more
boolean
offset
number