Skip to main content
📞 1-888-784-3881🚀 Start Project
📚DOCUMENTATION

Build Faster With
PropTechUSA

Everything you need to build production-ready applications. Guides, API references, examples, and more.

25+ Guides50+ API Endpoints15+ Integrations100+ Code Examples
Showing 23 results
API REFERENCE

Quick Reference

Common API patterns at a glance

// Initialize the client
import { PropTech } from '@proptechusa/sdk';

const client = new PropTech({
  apiKey: process.env.PROPTECH_API_KEY,
});

// Make authenticated requests
const leads = await client.leads.list({
  limit: 50,
  status: 'active',
});

console.log(leads.data); // [{ id: 1, ... }]
TypeScript / JavaScript
💻

Open Source

Explore our open-source projects, contribute, and learn from real production code.

View on GitHub →
📝

Changelog

Stay up to date with the latest features, improvements, and bug fixes.

View changelog →
📊

System Status

Real-time status of all PropTechUSA services and APIs.

All systems operational →
🤔

Can't find what you need?

Our team is here to help. Reach out and we'll get you sorted.

Or call us at 1-888-784-3881