Developer portal

Build on the RentPush USA syndication network.

Official feeds, signed webhooks and a REST API for rental marketplaces, property managers and CRMs.

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.