Getting Started

Introduction

Overview of CRM API capabilities and first integration steps

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

CapabilityDescription
ListingsCreate, update, and publish listings. Bulk operations up to 100 per request
MediaUpload photos and videos directly or import by URL
Agent ProfilesSync contact info, avatars, and descriptions
Reference DataAccess 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

EnvironmentURLPurpose
Productionhttps://crm.rentix.md/api/v1Live data
Staginghttps://crm.staging.rentix.md/api/v1Integration testing
Start development on staging — you can safely experiment without affecting real data.

Start Your Integration

Register Your Agency

Submit an application to connect to CRM API.

Agency Setup →

Get Your API Key

Create a key in your agency settings on rentix.md.

Authentication →

Publish Your First Listing

Complete the quick start guide to verify your integration works.

Quick Start →

Explore with Postman

Import our ready-to-use Postman collection to test endpoints interactively.

Postman Collection →

Copyright © 2026