๐DOCUMENTATION
Build Faster With
PropTechUSA
Everything you need to build production-ready applications. Guides, API references, examples, and more.
โK
25+ Guides50+ API Endpoints15+ Integrations100+ Code Examples
๐ฅ Popular Docs
Most visited documentation pages
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 โ๐ค
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