Reconciliation
Get reconciliation
Get reconciliation status and match counts with the TypeScript SDK.
GET
Get reconciliation
Use
blnk.Reconciliation.get to fetch the status and match counts for a reconciliation run.
1
Call the method
blnk.Reconciliation.get
2
Use the reconciliation details
Read
response.data for status, matched and unmatched counts, and creation time. Poll this endpoint after starting a batch or instant run until status is completed.3
Response
200 OK