Buyer & Vendor Portal API Routes — v0.1.26
Buyer & Vendor Portal API Routes
Introduced in v0.1.26
The myProp platform now includes Next.js API routes powering the Buyer Portal and Vendor Portal. These routes connect directly to the AgentOS (letmc.com) API to surface real-time data and enable two-way interactions between property professionals and their clients.
Buyer Portal
The Buyer Portal API routes allow buyers to self-serve through the myProp platform without needing to contact their agent directly.
Account Management
Buyers can retrieve and manage their account information. These routes handle buyer profile data sourced from the connected AgentOS account.
Purchase Situation
Buyers can submit and update their purchase situation — providing the agency with key qualification details such as:
- Buyer type (e.g. first-time buyer, existing homeowner)
- Mortgage status (e.g. agreed in principle, cash buyer)
- Chain position
This keeps the agent informed without requiring a phone call or email.
Property Alerts
Buyers can manage property search alerts through the portal. Available actions include:
- Creating new alerts with search criteria
- Viewing existing alerts
- Removing alerts that are no longer needed
Alerts are linked to the buyer's AgentOS profile and trigger notifications when matching properties become available.
Viewing Feedback
Following a property viewing, buyers can submit feedback through the portal. This data is passed back to the agency via AgentOS, removing the need for follow-up calls.
Offer Submission
Buyers can submit offers on properties directly through the portal. The offer submission routes handle:
- Offer amount
- Buyer qualification details
- Submission to the agency for processing in AgentOS
Vendor Portal
The Vendor Portal API routes give property vendors (sellers) visibility and interaction with their sale — all in real time.
Account Management
Vendors can view and manage their account details through dedicated API routes connected to their AgentOS profile.
Instruction Management
Vendors can view and interact with their property instructions (active listings). This includes key listing details surfaced directly from AgentOS, giving vendors transparency into their sale.
Viewing Feedback
Vendors can review feedback from viewings submitted by buyers. This provides vendors with timely insight into buyer sentiment without waiting for their agent to follow up.
Offer Management
Vendors can view offers received on their property through the portal, giving them a consolidated view of buyer interest as managed within AgentOS.
Technical Notes
- All routes are implemented as Next.js API routes.
- Data is fetched in real time from the AgentOS (letmc.com) API.
- Routes are scoped per portal type (buyer / vendor) and authenticated per the myProp session model.
- These routes complement the existing Landlord, Tenant, and Contractor portal routes already available in myProp.