Introduction
CRM API enables real estate agencies to automate listing publication on Rentix directly from their CRM system.
Instead of manually creating listings on the website, your CRM sends data via API — listings appear on Rentix automatically.
What You Can Automate
| Capability | Description |
|---|---|
| Listings | Create, update, and publish listings. Bulk operations up to 100 per request |
| Media | Upload photos and videos directly or import by URL |
| Agent Profiles | Sync contact info, avatars, and descriptions |
| Reference Data | Access current property types, currencies, and exchange rates |
Key API Features
One-Request Publishing
Send listing data, photo URLs, and status — the system handles the rest: downloads and optimizes photos, translates descriptions, publishes to the website.
Use Your Own IDs
No need to store Rentix IDs in your database. Pass externalId from your CRM — the API will find or create the corresponding object.
Partial Updates
When updating, send only changed fields — others are preserved. To clear a field, send null.
Asynchronous Processing
Photo uploads and publishing happen in the background. You don't need to wait for completion — send the next requests.
Base URL
| Environment | URL | Purpose |
|---|---|---|
| Production | https://crm.rentix.md/api/v1 | Live data |
| Staging | https://crm.staging.rentix.md/api/v1 | Integration testing |
Start Your Integration
Register Your Agency
Submit an application to connect to CRM API.
Get Your API Key
Create a key in your agency settings on rentix.md.
Publish Your First Listing
Complete the quick start guide to verify your integration works.
Explore with Postman
Import our ready-to-use Postman collection to test endpoints interactively.