Skip to main content
๐Ÿ“š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