MCA Suite v2 Docs

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 & PathDescription
POST /v1/leadAdd a lead
POST /v1/dealAdd a deal
GET /v1/deal/{dealId}Get a deal
POST /v1/deal/noteAdd a deal note
POST /v1/deal/attachmentAdd a deal attachment
POST /v1/companyAdd a company
GET /v1/company/{id}Get a company
PATCH /v1/company/{id}Update a company
POST /v1/submissionAdd a submission
POST /v1/submissionLoanAdd a submission loan
POST /v1/transactionsAdd transactions in bulk
GET /v1/loan/balancesGet loan balances
GET /v1/healthCheck API health

See Errors for the status-code and exception reference that applies to every endpoint above.