Publish property listings, run targeted ads, and capture leads directly into the CRM.
Share property photos, videos, and stories to attract buyers and tenants.
Post updates, news, and quick property highlights for your audience.
Grow your professional network and promote projects to investors and corporate clients.
Create short property videos to reach younger buyers and renters.
Chat instantly with leads, send property details, and manage conversations directly.
Design stunning brochures, ads, and social posts without leaving the CRM.
Sync all meetings, property tours, and follow-ups in one calendar.
Sync listings automatically from MLS to your CRM without manual entry.
### Login
```bash
curl -X POST https://api.esystematic.com/api/v1/auth/login \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{
"email": "admin@example.com",
"password": "password123"
}'
```
Response:
```json
{
"token": "eyJhbGciOiJIUzI1NiIsInR5...",
"token_type": "bearer",
"expires_in": 3600
}