Obtener conciliación por ID
GET/reconciliations/:id
Returns the reconciliation's light id-list shape (source, kind, billing_ids, transaction_ids). Requires scope finance.reconciliations. 404 when not in the tenant.
Solicitud
Respuestas
- 200
- 401
- 403
- 404
- 500
The reconciliation.
Missing / invalid / expired / revoked token.
Token lacks the finance.reconciliations scope, or sub does not match any workspace.
Reconciliation not found within the tenant.
Unhandled server error.