GET
/
reconciliation
/
{reconciliation_id}
curl --request GET \
  --url http://localhost:5001/reconciliation/{reconciliation_id} \
  --header 'Authorization: Basic <encoded-value>'
{
  "reconciliation_id": "rec-123",
  "status": "completed",
  "matched_transactions": 20,
  "unmatched_transactions": 5,
  "created_at": "2025-03-17T12:00:00Z"
}

Authorization

Basic authentication header of the form — Basic <encoded-value>, where <encoded-value> is the base64-encoded string of your username:password.

Path

reconciliation_id
string

Specifies the unique ID of the reconciliation being retrieved. Leave empty to view all reconciliations in your Blnk Ledger.

{
  "reconciliation_id": "rec-123",
  "status": "completed",
  "matched_transactions": 20,
  "unmatched_transactions": 5,
  "created_at": "2025-03-17T12:00:00Z"
}

Need help?

We are very happy to help you make the most of Blnk, regardless of whether it is your first time or you are switching from another tool.

To ask questions or discuss issues, please contact us or join our Discord community.

Love building with Blnk? We’d love to hear your feedback. Tell us here.