API Reference
Base URL (sandbox): https://testapi.mcasuite.co. All endpoints below require a bearer token obtained via authentication -- both SDKs handle this for you automatically.
| Method & Path | Description |
|---|---|
POST /v1/lead | Add a lead |
POST /v1/deal | Add a deal |
GET /v1/deal/{dealId} | Get a deal |
POST /v1/deal/note | Add a deal note |
POST /v1/deal/attachment | Add a deal attachment |
POST /v1/company | Add a company |
GET /v1/company/{id} | Get a company |
PATCH /v1/company/{id} | Update a company |
POST /v1/submission | Add a submission |
POST /v1/submissionLoan | Add a submission loan |
POST /v1/transactions | Add transactions in bulk |
GET /v1/loan/balances | Get loan balances |
GET /v1/health | Check API health |
See Errors for the status-code and exception reference that applies to every endpoint above.