cURL
curl --request GET \ --url https://api.sandbox.teal.dev/v0/reconciliations/{reconciliation_id} \ --header 'Authorization: Bearer <token>' \ --header 'teal-instance-id: <teal-instance-id>'
{ "id": "FYQxHfWNCMnUuXr6iQhjgG", "ledger_id": "WTjdK47SHxokWUdypL8zyB", "start_datetime": "2024-01-01T00:00:00Z", "end_datetime": "2024-01-01T00:00:00Z", "ledger_starting_balance": 122629.38, "ledger_ending_balance": 132629.38, "reconciled_balance": 132629.38, "statement_starting_balance": 122629.38, "statement_ending_balance": 132629.38, "reconciliation_status": "unreconciled", "progress_status": "in_progress", "completed_on_datetime": "2024-01-01T00:00:00Z" }
Get a reconciliation.
The access token received from the authorization server in the OAuth 2.0 flow.
The Teal instance ID
The reconciliation ID
Successful Response
The response is of type object.
object