Get opening balance details

GEThttps://app.speybooks.com/api/v1/opening-balances/{id}

Retrieve full details of an opening balance import including the import metadata (with audit timestamps), mapped lines, account mappings with resolution method, balance proof, and confirmation eligibility.

Returns the same rich arrays as the upload response: lines, mappings, unmapped, and errors, making it suitable for re-rendering the mapping wizard after page navigation.

Path parameters

idstringrequired
Data import ID (e.g. dimp_2).

Response

200Import record with cutoverDate, stats, mappings, unmapped, lines, balanceProof, errors, and canConfirm.
Show response fields
balanceProofobject
Show child attributes
balancedboolean
deltastring
roundingAmountstring
roundingInjectedboolean
totalCreditstring
totalDebitstring
canConfirmboolean
cutoverDatestring
errorsarray<object>
importobject
Show child attributes
completedAtstringnullable
createdAtstringdate-time
engineVersionstring
filenamestring
idstring
statusstring
totalRowsinteger
linesarray<object>
Show child attributes
accountCodestring
accountIdstring
accountNamestring
accountTypestring
creditstring
debitstring
isRoundingboolean
sourceLabelstring
mappingsarray<object>
Show child attributes
confidenceinteger
methodstring
sourceLabelstring
targetAccountIdstring
targetCodestring
targetNamestring
targetTypestring
statsobject
Show child attributes
errorRowsinteger
ignoredRowsinteger
totalRowsinteger
validRowsinteger
unmappedarray<object>

Error codes

404Opening balance import not found.