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 PlaygroundAPI Endpoints
Available REST API endpoints. All endpoints use the base URL: https://api.propstack.com
GET
/v1/propertiesGET
/v1/properties/:idPOST
/v1/propertiesGET
/v1/agreementsGET
/v1/users/mePOST
/v1/paymentsGET
/v1/vehiclesPOST
/v1/deliveriesGET
/v1/marketplace/listingsPOST
/v1/ai/rent-suggestionPOST
/v1/ai/valuationGET
/v1/notifications