/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.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.