Serverless Architecture • Live
Real Estate CMS API
Full-stack backend with high-performance architecture.
🚀 API Endpoints Index
| Method | Endpoint | Description | Security |
|---|---|---|---|
| GET | /api/v1/ping | Service health check and cryptographic verification | Public |
| GET | /api/v1/properties | Search, paginate & dynamic 45+ feature filter property listings | Public |
| GET | /api/v1/properties/:uniqueID | Retrieve complete property listing details by uniqueID | Public |
| POST | /api/v1/contact-form | Submit buyer inquiry & dispatch transactional email. | Public |
| GET/POST | /api/cron/process-xml | Vercel Cron endpoint: Download FTP XMLs, upsert MongoDB & archive to S3 | CRON_SECRET |
⚡ Live Health & API Test
Trigger a live request to /api/v1/ping to verify route handlers and cryptographic bcrypt hashing.