Get an account
Richer per-account snapshot than GET /accounts. Includes restored balance fields, audit timestamps, additional payment terms, plus nested contract (originated-loan facts) and borrower (primary borrower Party + Person subtype) blocks. Returns 404 if the account isn’t in the calling key’s organization allowlist.
Authorizations
Static API key issued via the client portal. Treat it like a password.
Path Parameters
Response
Successful Response
Richer per-account snapshot for GET /accounts/{id}. Extends AccountRow with restored balance/payment fields, audit timestamps, additional account terms, and nested contract + borrower blocks.
The organization the account belongs to. Same value on every row for that organization.
Originated-loan facts. Returned nested on AccountDetailRow.
The person who is the primary borrower on this account.
Account number assigned by the source loan management system. Stable for the account's lifetime; useful for cross-referencing LMS-side exports.
Contract identifier you/your systems pass to Monterey at account creation — the canonical join key back to your systems.
Short code for the account's current status (e.g. OPEN, CHARGED_OFF, PAID_IN_FULL).
Current outstanding balance in integer cents.
Amount past due in integer cents.
Amount required to pay off the account in full, in integer cents.
Scheduled per-period payment amount in integer cents.
Cadence of scheduled payments (e.g. 'monthly', 'biweekly').
Date of the most recent payment received.
Due date of the next scheduled payment.
Annual interest rate in basis points; divide by 10000 for the decimal rate.
Annual percentage rate in basis points; divide by 10000 for the decimal rate.
Days the account has spent in the 1–30 days-past-due delinquency bucket.
Days the account has spent in the 31–60 days-past-due delinquency bucket.
Days the account has spent in the 61–90 days-past-due delinquency bucket.
Number of non-sufficient-funds (NSF) events on this account.
Date the account was opened / activated.
Date the account was closed. Null if still open.
Accrued but not yet billed interest, in integer cents.
Accrued late charges not yet billed, in integer cents.
Amount of the most recent payment, in integer cents.
Date of the first payment received on this account.
Scheduled final (balloon) payment amount, in integer cents.
Date of the most recent term extension granted on this account.
Day-count convention used for interest accrual (e.g. 360 or 365).
Over/short adjustment balance in integer cents.
Null if no primary borrower is recorded on the account.
Active non-primary parties on the account (co-borrowers, co-signers, guarantors). Empty list if none.