Skip to main content
GET
/
accounts
/
{account_id}
Get an account
curl --request GET \
  --url https://api.montereyfinancial.app/accounts/{account_id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "organization_id": "<string>",
  "contract_id": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "external_account_number": 123,
  "external_contract_number": "<string>",
  "status_code": "<string>",
  "current_balance_cents": 123,
  "past_due_amount_cents": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.montereyfinancial.dev/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Static API key issued via the client portal. Treat it like a password.

Path Parameters

account_id
string
required

Response

Successful Response

id
string
required
organization_id
string
required

Account.servicing_dealer_party_id

contract_id
string
required
created_at
string<date-time>
required
external_account_number
integer | null

Customer's Omega-native account number.

external_contract_number
string | null
status_code
string | null

AccountStatus.code (joined via account_status_id).

current_balance_cents
integer | null
past_due_amount_cents
integer | null