Developer portal
Build on the RentPush USA syndication network.
Official feeds, signed webhooks and a REST API for rental marketplaces, property managers and CRMs.
Feeds
JSON, XML and CSV listing feeds. Refreshed on every read.
Read docs
Webhooks
Real-time events for listings, leads and sync state.
Read docs
API reference
REST endpoints scoped to owner accounts.
Read docs
Authentication
Per-owner secrets, signed payloads and stable URLs.
Read docs
Quick start
Every RentPush account exposes stable feed URLs scoped to the owner id. Replace {owner_id} with your account id from the dashboard.
bash
# Fetch the JSON feed
curl https://rentpushusa.com/api/public/packs/{owner_id}.json
# Fetch the XML feed
curl https://rentpushusa.com/api/public/feeds/{owner_id}.xml
# Post a lead
curl -X POST https://rentpushusa.com/api/public/webhooks/partner-lead \
-H "Content-Type: application/json" \
-H "X-Webhook-Secret: <your-secret>" \
-d '{"owner_id":"{owner_id}","property_id":"{property_id}","name":"Jane Doe","email":"jane@example.com"}'What you can build
- Marketplaces ingest listings from approved providers via the JSON or XML feed.
- Property managers push a single source of truth to multiple consumer-facing sites.
- CRMs receive leads in real time via webhooks and reconcile via the API.
Support
Email developers@rentpushusa.com or open a request on the support page. Typical response time is one business day.