REST API · OAuth 2.0 · 32 Endpoints · Live

ForVue is
API-first.

Every score, every report, every webhook event in ForVue is accessible through a documented REST API. Property management platforms, IoT sensor manufacturers, bank origination systems, and insurance underwriting platforms can integrate predictive maintenance intelligence directly — no manual export required.

Request Partner Access See Endpoints
REST
Architecture
32
Stable Endpoints
9
Webhook Event Types
OAuth
2.0 Authentication
Capabilities

Built for technical teams.
In production today.

Three integration partners are running against this API in production. Your team can be next.

🔐
Authentication
API key via X-Api-Key header for server-to-server. OAuth 2.0 bearer token for partner apps acting on behalf of operators.
📊
Risk Scoring Endpoints
Real-time appliance risk score retrieval. Portfolio, property, and unit-level rollups. Filter by CRITICAL / WARNING / GOOD; sort by risk; paginate large portfolios.
📄
Report Generation
PDF report generation endpoints for Bank Origination Reports, HUD Capital Needs Assessments, Insurance Inception Reports, and portfolio summaries.
🪝
Webhooks (9 Events)
HMAC-SHA256 signed webhook payloads on threshold crossings, prediction outcomes, validation events, integration sync completion, and billing meter events.
📥
Bulk Ingestion
CSV bulk import for properties, units, and appliances. JSON batch endpoints for high-volume sensor data. Idempotent — safe to retry.
💳
Billing Integration
Stripe metered billing on actual or declared unit count. Partner platforms can pass enrollment events through and ForVue handles the billing meter automatically.
Example Request

Five lines of code
to score a portfolio.

# Get risk scores for every appliance in a property GET https://platform.investwisecap.com/v1/properties/{property_id}/risk-scores Authorization: Bearer {your_oauth_token} # Response — JSON { "property_id": "prop_abc123", "risk_tier": "WARNING", "critical_count": 3, "appliances": [ { "id": "app_001", "type": "HVAC", "score": 0.91, "tier": "CRITICAL" }, { "id": "app_002", "type": "WaterHeater", "score": 0.43, "tier": "GOOD" } ], "last_scored": "2026-06-02T02:30:00Z" }
Partner Models

Four ways to partner.
All contract-based.

🏢
PMS Vendor Integration
Property management platforms (AppFolio, Buildium, Yardi, Entrata, Stessa class) embed ForVue scoring inside their UI. Wholesale API pricing available for 500+ unit minimums.
📡
IoT & Sensor Manufacturers
Hardware vendors feed real-time sensor data (water flow, temperature, vibration) into ForVue. Co-development agreements available with revenue sharing on enrolled units.
🏦
Bank Origination Systems
MAP lenders and community banks pull ForVue Bank Origination Reports into loan workflows via API. Contact us for partner integration pricing.
🛡️
Insurance Tech Platforms
P&C carriers and insurtech platforms integrate inception reports and ongoing risk monitoring into underwriting and claims workflows. Carrier partnerships available.
Request Partner Access

Documentation,
credentials, sandbox.

Tell us your platform and use case. We'll send full API documentation, OAuth credentials, and sandbox access.

Request Partner Access

Email wise@investwisecap.com