REST API Endpoints โ v1
Base URL: https://api.lendshield.in| Method | Endpoint | Description | Auth | Calls (MTD) | Avg. Latency | Status | Actions |
|---|---|---|---|---|---|---|---|
| POST | /api/v1/applications | Create new loan application | API Key | 1,241 | 124ms | Active | |
| GET | /api/v1/applications/{id} | Get application status and details | API Key | 3,892 | 48ms | Active | |
| POST | /api/v1/kyc/verify | Trigger KYC/Aadhaar verification | API Key + IP | 824 | 1.2s | Active | |
| GET | /api/v1/loans/{id}/schedule | Fetch EMI schedule for a loan | API Key | 2,140 | 62ms | Active | |
| POST | /api/v1/payments/record | Record payment against a loan | API Key + Signature | 612 | 98ms | Active | |
| GET | /api/v1/bureau/score/{pan} | Pull credit bureau score by PAN | API Key + IP | 944 | 2.1s | Active | |
| POST | /api/v1/disbursements | Initiate loan disbursement | API Key + 2FA | 218 | 312ms | Active | |
| GET | /api/v1/portfolio/summary | Portfolio-level analytics and metrics | API Key | 88 | 180ms | Active | |
| POST | /api/v1/webhooks/subscribe | Subscribe to event webhooks | API Key | 44 | 55ms | Beta |