Getting Started
Postman Collection
Import a ready-to-use Postman collection with all CRM API endpoints
Test all API endpoints without writing code. Our Postman collection includes pre-configured requests with example bodies for every endpoint.
Import the Collection
Copy the collection URL
Collection URL
https://docs.rentix.md/postman/crm-api-collection.en.json
Import in Postman
Open Postman, go to File → Import, paste the copied URL and click Continue.
Set your API key
After import, go to the collection's Variables tab and replace your-api-key-here with your actual API key.
You can also download the collection file and import it manually via File → Import.
Switch Environments
The collection defaults to staging — safe for testing without affecting real data.
| Environment | baseUrl value | Purpose |
|---|---|---|
| Staging (default) | https://crm.staging.rentix.md/api | Integration testing |
| Production | https://crm.rentix.md/api | Live data |
To switch, edit the baseUrl variable in the collection's Variables tab.
Start development on staging — you can safely experiment without affecting real data.
What's Included
The collection contains 30 endpoints organized into 6 folders:
| Folder | Endpoints | Description |
|---|---|---|
| Agency | 1 | Agency info and usage limits |
| Listings | 8 | Create, update, retrieve, validate, and bulk operations |
| Users | 7 | Agent profiles, bulk operations, external ID linking |
| Media | 10 | Upload, import, manage, and bulk media operations |
| Reference | 3 | Field schemas, locations, currencies |
| Job | 1 | Async job status tracking |
Each request includes example request bodies and descriptions.
What's Next
| Topic | Description |
|---|---|
| Quick Start | Publish your first listing |
| Authentication | Get your API key |
| Bulk Operations | Sync up to 100 listings per request |