GET
/
v0
/
reconciliations
/
last-completed
Get the last completed reconciliation for each ledger
curl --request GET \
  --url https://api.sandbox.teal.dev/v0/reconciliations/last-completed \
  --header 'Authorization: Bearer <token>' \
  --header 'teal-instance-id: <teal-instance-id>'
{}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

teal-instance-id
string
required

The Teal instance ID

Query Parameters

ledger_ids
string[] | null

The ledger IDs.

Response

200
application/json

Successful Response

The response is of type object.