📚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
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 →🤔
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