Applications API
Create and update borrower applications, attach documents, and trigger packaging.
Offers & Status
Retrieve lender decisions, status updates, and surface offers back to users.
Webhooks
Receive real‑time events (application.created, package.ready, offer.updated).
Sample endpoints
Submit application
POST /v1/applications
Authorization: Bearer <api_key>
Content-Type: application/json
{
"product": "sba",
"business": {"legal_name": "Acme Co", "ein": "12-3456789"},
"owner": {"name": "Jane Founder", "email": "jane@acme.co"},
"amount": 250000
}
Get offers
GET /v1/applications/{id}/offers
Authorization: Bearer <api_key>
These are illustrative only. Production endpoints are shared after approval.
Auth
API keys, IP allow‑listing, and optional OAuth for user‑delegated actions.
Security
SOC2‑aligned practices, TLS in transit, encryption at rest. Vendor partners include Plaid, TransUnion, Middesk.
Sandbox
Deterministic test data & webhooks for local development.