Skip to main content
Create your API key with only the organizations and API permissions your integration needs. See Authentication for the scope catalog, token exchange flow, and key-rotation steps. Use the Monterey Client API to read normalized account, borrower, and transaction data across Monterey’s servicing systems. You can also manage payment methods and autopay schedules. Your API key determines which organizations you can access. All client endpoints use the /v1 prefix. Reports are available in client_dashboard, not through this API.

Available endpoints

Organizations and people

Accounts and transactions

Payment operations

Before you call

1

Get an API key

Create a least-privilege API key in the client portal. Select the exact organizations and API permissions you need. Store the plaintext value securely because it is shown once.
2

Mint an access token

Exchange the API key prefix and plaintext value at POST /v1/oauth/token. The returned bearer token lasts 3600 seconds.
3

Call a v1 endpoint

Send Authorization: Bearer <access_token> on each request.
See Authentication for the exchange loop, rotation, and error behavior. See Conventions for pagination, rate limits, money, dates, and shared errors. Use the secure card-capture proxy at https://secure-api.montereyfinancial.app when you need to create a card payment method from raw PAN and CVC. Read Card capture before you wire that flow.
Secure capture is environment-specific. The card-capture endpoint may return 503 until Monterey enables it for your environment.

Download OpenAPI spec

Import the complete OpenAPI 3.1 contract into Postman, Insomnia, Bruno, or a code generator.