v2.0 API

Developer Resources

Build on top of PropStack's powerful API. Access documentation, tools, and support to integrate your applications.

API Documentation
Comprehensive guide to our REST API endpoints with examples.
API Sandbox
Test API requests directly in your browser with live data.
SDKs & Libraries
Official client libraries for Node.js, Python, and more.
Webhooks
Real-time event notifications for payments, agreements, and more.
payment.completed
agreement.signed
delivery.updated
Authentication
API key authentication with role-based access control.

Bearer token authentication

Rate limit: 100 req/min

CORS-enabled endpoints

CLI Tool
Command-line interface for managing PropStack resources.
npm install -g @propstack/cli

Manage properties, agreements, and deployments from your terminal.

Open CLI Playground
API Endpoints
Available REST API endpoints. All endpoints use the base URL: https://api.propstack.com
GET
/v1/properties
GET
/v1/properties/:id
POST
/v1/properties
GET
/v1/agreements
GET
/v1/users/me
POST
/v1/payments
GET
/v1/vehicles
POST
/v1/deliveries
GET
/v1/marketplace/listings
POST
/v1/ai/rent-suggestion
POST
/v1/ai/valuation
GET
/v1/notifications