Developer Tools & Docs

Real Estate Data Mocker Usage Guide

Generate mock data for the selected topic and send to your service (pod).

Required Parameters:

  • pod
  • valid API key
  • topic
  • number of messages

Data Connection:

The data model follows a hierarchical structure. Brokers connect to multiple offices, offices link to agents, and listings relate to both an agent and their office. Website events attach to individual listings, while contacts are associated with agents.

Sample Response:

{
  "status": "success",
  "result": {
    "pod": "ire.dev.bhhs.hsfaffiliates.com",
    "total": 1,
    "successCount": 1,
    "failCount": 0,
    "message": "1 of 1 messages successfully published to ire.dev.bhhs.hsfaffiliates.com",
    "topic": "realestate/profile#add"
  }
}

Create Fake Data


Previous
Mock Data Generator API