Back to top

API Documentation

Showings Seller-side

Overview

A Showing is an event that a seller agent makes on Rechat and usually a buyer agent can book from available times.

Create a showing

Create a showing
POST/showings

Example URI

POST /showings
URI Parameters
HideShow
associations
string (required) Example: showing.roles,showing.availabilities
Request
HideShow
Body
{
  "approval_type": "All",
  "availabilities": [
    {
      "weekday": "Monday",
      "availability": [
        25200,
        36000
      ]
    }
  ],
  "aired_at": "2025-10-14T19:28:24.512Z",
  "duration": 900,
  "allow_appraisal": true,
  "allow_inspection": true,
  "instructions": "The key is in the locker",
  "same_day_allowed": true,
  "roles": [
    {
      "brand": "d215b4fc-f334-4317-8ca0-9e55b4c69808",
      "can_approve": true,
      "role": "SellerAgent",
      "cancel_notification_type": [
        "email"
      ],
      "confirm_notification_type": [
        "push",
        "email"
      ],
      "first_name": "John",
      "last_name": "Doe",
      "email": "[email protected]",
      "phone_number": "+100000000000",
      "user": "3536cc2f-0006-4bba-bca1-7ba2f43d2b9a",
      "agent": "bd1e2970-4e73-4ec6-a796-ce04a2171ba6"
    }
  ],
  "start_date": "2025-10-14T19:28:24.512Z",
  "listing": "edb5195a-f7ec-11e4-bc76-0a95648eeb58",
  "notice_period": 10800
}
Response  200
HideShow
Body
{
  "code": "OK",
  "data": {
    "id": "af7abe53-2d8a-43b6-9ded-f28919deedcf",
    "human_readable_id": 1,
    "created_at": 1760470102.815651,
    "updated_at": 1760470102.815651,
    "deleted_at": null,
    "created_by": "3536cc2f-0006-4bba-bca1-7ba2f43d2b9a",
    "updated_by": "3536cc2f-0006-4bba-bca1-7ba2f43d2b9a",
    "title": "5020 Junius Street",
    "brand": "d215b4fc-f334-4317-8ca0-9e55b4c69808",
    "start_date": "2025-10-14T00:00:00.000Z",
    "end_date": null,
    "aired_at": "2025-10-14T19:28:24.512Z",
    "duration": 900,
    "same_day_allowed": true,
    "notice_period": 10800,
    "approval_type": "All",
    "allow_appraisal": true,
    "allow_inspection": true,
    "instructions": "The key is in the locker",
    "address": null,
    "availabilities": [
      {
        "id": "00d0087d-d5d0-4b77-853d-9fdecc0672fd",
        "showing": "af7abe53-2d8a-43b6-9ded-f28919deedcf",
        "weekday": "Monday",
        "availability": [
          25200,
          36000
        ],
        "type": "showing_availability"
      }
    ],
    "roles": [
      {
        "id": "00da1249-ce78-4698-a266-f1f215f00887",
        "created_at": 1760470102.815651,
        "updated_at": 1760470102.815651,
        "deleted_at": null,
        "created_by": "3536cc2f-0006-4bba-bca1-7ba2f43d2b9a",
        "showing": "af7abe53-2d8a-43b6-9ded-f28919deedcf",
        "role": "SellerAgent",
        "user_id": "3536cc2f-0006-4bba-bca1-7ba2f43d2b9a",
        "agent_id": "bd1e2970-4e73-4ec6-a796-ce04a2171ba6",
        "brand": "d215b4fc-f334-4317-8ca0-9e55b4c69808",
        "confirm_notification_type": [
          "push",
          "email"
        ],
        "cancel_notification_type": [
          "email"
        ],
        "can_approve": true,
        "first_name": "John",
        "last_name": "Doe",
        "email": "[email protected]",
        "phone_number": "+100000000000",
        "type": "showing_role"
      }
    ],
    "confirmed": 0,
    "visits": 0,
    "type": "showing",
    "slug": "5020-junius-street"
  }
}

Get all showings

Get all showings
POST/showings/filter

Example URI

POST /showings/filter
URI Parameters
HideShow
associations
string (required) Example: showing.availabilities,showing.roles
Response  200
HideShow
Body
{
  "code": "OK",
  "data": [
    {
      "id": "af7abe53-2d8a-43b6-9ded-f28919deedcf",
      "human_readable_id": 1,
      "created_at": 1760470102.815651,
      "updated_at": 1760470102.815651,
      "deleted_at": null,
      "created_by": "3536cc2f-0006-4bba-bca1-7ba2f43d2b9a",
      "updated_by": "3536cc2f-0006-4bba-bca1-7ba2f43d2b9a",
      "title": "5020 Junius Street",
      "brand": "d215b4fc-f334-4317-8ca0-9e55b4c69808",
      "start_date": "2025-10-14T00:00:00.000Z",
      "end_date": null,
      "aired_at": "2025-10-14T19:28:24.512Z",
      "duration": 900,
      "same_day_allowed": true,
      "notice_period": 10800,
      "approval_type": "All",
      "allow_appraisal": true,
      "allow_inspection": true,
      "instructions": "The key is in the locker",
      "address": null,
      "availabilities": [
        {
          "id": "00d0087d-d5d0-4b77-853d-9fdecc0672fd",
          "showing": "af7abe53-2d8a-43b6-9ded-f28919deedcf",
          "weekday": "Monday",
          "availability": [
            25200,
            36000
          ],
          "type": "showing_availability"
        }
      ],
      "roles": [
        {
          "id": "00da1249-ce78-4698-a266-f1f215f00887",
          "created_at": 1760470102.815651,
          "updated_at": 1760470102.815651,
          "deleted_at": null,
          "created_by": "3536cc2f-0006-4bba-bca1-7ba2f43d2b9a",
          "showing": "af7abe53-2d8a-43b6-9ded-f28919deedcf",
          "role": "SellerAgent",
          "user_id": "3536cc2f-0006-4bba-bca1-7ba2f43d2b9a",
          "agent_id": "bd1e2970-4e73-4ec6-a796-ce04a2171ba6",
          "brand": "d215b4fc-f334-4317-8ca0-9e55b4c69808",
          "confirm_notification_type": [
            "push",
            "email"
          ],
          "cancel_notification_type": [
            "email"
          ],
          "can_approve": true,
          "first_name": "John",
          "last_name": "Doe",
          "email": "[email protected]",
          "phone_number": "+100000000000",
          "type": "showing_role"
        }
      ],
      "confirmed": 0,
      "visits": 0,
      "type": "showing",
      "slug": "5020-junius-street"
    },
    {
      "id": "a0fd1c9f-8664-46f6-b688-474150718eea",
      "human_readable_id": 2,
      "created_at": 1760470102.815651,
      "updated_at": 1760470102.815651,
      "deleted_at": null,
      "created_by": "3536cc2f-0006-4bba-bca1-7ba2f43d2b9a",
      "updated_by": "3536cc2f-0006-4bba-bca1-7ba2f43d2b9a",
      "title": "5020 Junius Street",
      "brand": "d215b4fc-f334-4317-8ca0-9e55b4c69808",
      "start_date": "2025-10-14T00:00:00.000Z",
      "end_date": null,
      "aired_at": "2025-10-14T19:28:24.603Z",
      "duration": 900,
      "same_day_allowed": true,
      "notice_period": 10800,
      "approval_type": "None",
      "allow_appraisal": true,
      "allow_inspection": true,
      "instructions": "The key is in the locker",
      "address": null,
      "availabilities": [
        {
          "id": "b29d7239-916e-4c18-bd7a-d0da13cc8758",
          "showing": "a0fd1c9f-8664-46f6-b688-474150718eea",
          "weekday": "Monday",
          "availability": [
            25200,
            36000
          ],
          "type": "showing_availability"
        }
      ],
      "roles": [
        {
          "id": "e155c664-efb1-4f5d-851c-dac40d84d205",
          "created_at": 1760470102.815651,
          "updated_at": 1760470102.815651,
          "deleted_at": null,
          "created_by": "3536cc2f-0006-4bba-bca1-7ba2f43d2b9a",
          "showing": "a0fd1c9f-8664-46f6-b688-474150718eea",
          "role": "SellerAgent",
          "user_id": "3536cc2f-0006-4bba-bca1-7ba2f43d2b9a",
          "agent_id": "bd1e2970-4e73-4ec6-a796-ce04a2171ba6",
          "brand": "d215b4fc-f334-4317-8ca0-9e55b4c69808",
          "confirm_notification_type": [
            "push",
            "email"
          ],
          "cancel_notification_type": [
            "email"
          ],
          "can_approve": true,
          "first_name": "John",
          "last_name": "Doe",
          "email": "[email protected]",
          "phone_number": "+100000000000",
          "type": "showing_role"
        }
      ],
      "confirmed": 0,
      "visits": 0,
      "type": "showing",
      "slug": "5020-junius-street"
    },
    {
      "id": "266fca40-37b5-4ec6-88f1-3809c07e0508",
      "human_readable_id": 3,
      "created_at": 1760470102.815651,
      "updated_at": 1760470102.815651,
      "deleted_at": null,
      "created_by": "3536cc2f-0006-4bba-bca1-7ba2f43d2b9a",
      "updated_by": "3536cc2f-0006-4bba-bca1-7ba2f43d2b9a",
      "title": "1200 Main St",
      "brand": "d215b4fc-f334-4317-8ca0-9e55b4c69808",
      "start_date": "2025-10-14T00:00:00.000Z",
      "end_date": null,
      "aired_at": "2025-10-14T19:28:24.697Z",
      "duration": 900,
      "same_day_allowed": true,
      "notice_period": 10800,
      "approval_type": "All",
      "allow_appraisal": true,
      "allow_inspection": true,
      "instructions": "The key is in the locker",
      "address": {
        "city": "Dallas",
        "full": "1200 1200 Main St, Dallas",
        "name": "Main",
        "type": "stdaddr",
        "line1": "1200 Main St",
        "line2": "Dallas",
        "suftype": "St",
        "building": "1200"
      },
      "availabilities": [
        {
          "id": "e407c067-d0ac-4bb5-97df-029043fdefa1",
          "showing": "266fca40-37b5-4ec6-88f1-3809c07e0508",
          "weekday": "Monday",
          "availability": [
            25200,
            36000
          ],
          "type": "showing_availability"
        }
      ],
      "roles": [
        {
          "id": "47d2c6a2-0782-4d72-b0a0-f464fe83c206",
          "created_at": 1760470102.815651,
          "updated_at": 1760470102.815651,
          "deleted_at": null,
          "created_by": "3536cc2f-0006-4bba-bca1-7ba2f43d2b9a",
          "showing": "266fca40-37b5-4ec6-88f1-3809c07e0508",
          "role": "SellerAgent",
          "user_id": "3536cc2f-0006-4bba-bca1-7ba2f43d2b9a",
          "agent_id": "bd1e2970-4e73-4ec6-a796-ce04a2171ba6",
          "brand": "d215b4fc-f334-4317-8ca0-9e55b4c69808",
          "confirm_notification_type": [
            "push",
            "email"
          ],
          "cancel_notification_type": [
            "email"
          ],
          "can_approve": true,
          "first_name": "John",
          "last_name": "Doe",
          "email": "[email protected]",
          "phone_number": "+100000000000",
          "type": "showing_role"
        }
      ],
      "confirmed": 0,
      "visits": 0,
      "type": "showing",
      "slug": "1200-main-st"
    },
    {
      "id": "d72fb6a9-7cfc-4389-ae39-ee00851fe703",
      "human_readable_id": 4,
      "created_at": 1760470102.815651,
      "updated_at": 1760470102.815651,
      "deleted_at": null,
      "created_by": "3536cc2f-0006-4bba-bca1-7ba2f43d2b9a",
      "updated_by": "3536cc2f-0006-4bba-bca1-7ba2f43d2b9a",
      "title": "5020 Junius Street",
      "brand": "d215b4fc-f334-4317-8ca0-9e55b4c69808",
      "start_date": "2025-10-14T00:00:00.000Z",
      "end_date": null,
      "aired_at": "2025-10-14T19:28:24.759Z",
      "duration": 900,
      "same_day_allowed": true,
      "notice_period": 10800,
      "approval_type": "All",
      "allow_appraisal": true,
      "allow_inspection": true,
      "instructions": "The key is in the locker",
      "address": null,
      "availabilities": [
        {
          "id": "2ac847d6-0d16-468b-bfc9-4b9be2fce4fe",
          "showing": "d72fb6a9-7cfc-4389-ae39-ee00851fe703",
          "weekday": "Monday",
          "availability": [
            25200,
            36000
          ],
          "type": "showing_availability"
        }
      ],
      "roles": [
        {
          "id": "0119d81f-b2c9-48a0-a5bd-01ad252257c1",
          "created_at": 1760470102.815651,
          "updated_at": 1760470102.815651,
          "deleted_at": null,
          "created_by": "3536cc2f-0006-4bba-bca1-7ba2f43d2b9a",
          "showing": "d72fb6a9-7cfc-4389-ae39-ee00851fe703",
          "role": "SellerAgent",
          "user_id": "3536cc2f-0006-4bba-bca1-7ba2f43d2b9a",
          "agent_id": "bd1e2970-4e73-4ec6-a796-ce04a2171ba6",
          "brand": "d215b4fc-f334-4317-8ca0-9e55b4c69808",
          "confirm_notification_type": [
            "push",
            "email"
          ],
          "cancel_notification_type": [
            "email"
          ],
          "can_approve": true,
          "first_name": "John",
          "last_name": "Doe",
          "email": "[email protected]",
          "phone_number": "+100000000000",
          "type": "showing_role"
        },
        {
          "id": "dbd137d5-5897-4bfb-95e1-37bf3cdd1f73",
          "created_at": 1760470102.815651,
          "updated_at": 1760470102.815651,
          "deleted_at": null,
          "created_by": "3536cc2f-0006-4bba-bca1-7ba2f43d2b9a",
          "showing": "d72fb6a9-7cfc-4389-ae39-ee00851fe703",
          "role": "Tenant",
          "user_id": "30207776-8888-4741-993b-e2f2eef26cf9",
          "agent_id": null,
          "brand": "d215b4fc-f334-4317-8ca0-9e55b4c69808",
          "confirm_notification_type": [
            "push",
            "email"
          ],
          "cancel_notification_type": [
            "email"
          ],
          "can_approve": true,
          "first_name": "James",
          "last_name": "Maddison",
          "email": "[email protected]",
          "phone_number": "(888) 452-1504",
          "type": "showing_role"
        }
      ],
      "confirmed": 0,
      "visits": 0,
      "type": "showing",
      "slug": "5020-junius-street"
    }
  ],
  "info": {
    "count": 4,
    "total": 4
  }
}

Get a single showings

Get a single showings
GET/showings/:id

Example URI

GET /showings/:id
URI Parameters
HideShow
id
string (required) Example: af7abe53-2d8a-43b6-9ded-f28919deedcf
Response  200
HideShow
Body
{
  "code": "OK",
  "data": {
    "id": "af7abe53-2d8a-43b6-9ded-f28919deedcf",
    "human_readable_id": 1,
    "created_at": 1760470102.815651,
    "updated_at": 1760470102.815651,
    "deleted_at": null,
    "created_by": "3536cc2f-0006-4bba-bca1-7ba2f43d2b9a",
    "updated_by": "3536cc2f-0006-4bba-bca1-7ba2f43d2b9a",
    "title": "5020 Junius Street",
    "brand": "d215b4fc-f334-4317-8ca0-9e55b4c69808",
    "start_date": "2025-10-14T00:00:00.000Z",
    "end_date": null,
    "aired_at": "2025-10-14T19:28:24.512Z",
    "duration": 900,
    "same_day_allowed": true,
    "notice_period": 10800,
    "approval_type": "All",
    "allow_appraisal": true,
    "allow_inspection": true,
    "instructions": "The key is in the locker",
    "address": null,
    "confirmed": 0,
    "visits": 0,
    "type": "showing",
    "slug": "5020-junius-street"
  }
}

Get a showing

Get a showing
GET/showings/:id

Example URI

GET /showings/:id
URI Parameters
HideShow
associations
string (required) Example: showing.roles,showing.availabilities
Request
HideShow
Body
{
  "approval_type": "All",
  "availabilities": [
    {
      "weekday": "Monday",
      "availability": [
        25200,
        36000
      ]
    }
  ],
  "aired_at": "2025-10-14T19:28:24.512Z",
  "duration": 900,
  "allow_appraisal": true,
  "allow_inspection": true,
  "instructions": "The key is in the locker",
  "same_day_allowed": true,
  "roles": [
    {
      "brand": "d215b4fc-f334-4317-8ca0-9e55b4c69808",
      "can_approve": true,
      "role": "SellerAgent",
      "cancel_notification_type": [
        "email"
      ],
      "confirm_notification_type": [
        "push",
        "email"
      ],
      "first_name": "John",
      "last_name": "Doe",
      "email": "[email protected]",
      "phone_number": "+100000000000",
      "user": "3536cc2f-0006-4bba-bca1-7ba2f43d2b9a",
      "agent": "bd1e2970-4e73-4ec6-a796-ce04a2171ba6"
    }
  ],
  "start_date": "2025-10-14T19:28:24.512Z",
  "listing": "edb5195a-f7ec-11e4-bc76-0a95648eeb58",
  "notice_period": 10800
}
Response  200
HideShow
Body
{
  "code": "OK",
  "data": {
    "id": "af7abe53-2d8a-43b6-9ded-f28919deedcf",
    "human_readable_id": 1,
    "created_at": 1760470102.815651,
    "updated_at": 1760470102.815651,
    "deleted_at": null,
    "created_by": "3536cc2f-0006-4bba-bca1-7ba2f43d2b9a",
    "updated_by": "3536cc2f-0006-4bba-bca1-7ba2f43d2b9a",
    "title": "5020 Junius Street",
    "brand": "d215b4fc-f334-4317-8ca0-9e55b4c69808",
    "start_date": "2025-10-14T00:00:00.000Z",
    "end_date": null,
    "aired_at": "2025-10-14T19:28:24.512Z",
    "duration": 900,
    "same_day_allowed": true,
    "notice_period": 10800,
    "approval_type": "All",
    "allow_appraisal": true,
    "allow_inspection": true,
    "instructions": "The key is in the locker",
    "address": null,
    "availabilities": [
      {
        "id": "00d0087d-d5d0-4b77-853d-9fdecc0672fd",
        "showing": "af7abe53-2d8a-43b6-9ded-f28919deedcf",
        "weekday": "Monday",
        "availability": [
          25200,
          36000
        ],
        "type": "showing_availability"
      }
    ],
    "roles": [
      {
        "id": "00da1249-ce78-4698-a266-f1f215f00887",
        "created_at": 1760470102.815651,
        "updated_at": 1760470102.815651,
        "deleted_at": null,
        "created_by": "3536cc2f-0006-4bba-bca1-7ba2f43d2b9a",
        "showing": "af7abe53-2d8a-43b6-9ded-f28919deedcf",
        "role": "SellerAgent",
        "user_id": "3536cc2f-0006-4bba-bca1-7ba2f43d2b9a",
        "agent_id": "bd1e2970-4e73-4ec6-a796-ce04a2171ba6",
        "brand": "d215b4fc-f334-4317-8ca0-9e55b4c69808",
        "confirm_notification_type": [
          "push",
          "email"
        ],
        "cancel_notification_type": [
          "email"
        ],
        "can_approve": true,
        "first_name": "John",
        "last_name": "Doe",
        "email": "[email protected]",
        "phone_number": "+100000000000",
        "type": "showing_role"
      }
    ],
    "confirmed": 0,
    "visits": 0,
    "type": "showing",
    "slug": "5020-junius-street"
  }
}

View upcoming showing appointments

View upcoming showing appointments
GET/calendar

Example URI

GET /calendar
URI Parameters
HideShow
object_types: `showing_appointment`
string (required) 
low
string (required) Example: 1760400000
high
string (required) Example: 1762128000
Response  200
HideShow
Body
{
  "code": "OK",
  "data": [
    {
      "id": "38e1c154-edf1-4879-b750-79985e212d43",
      "created_by": "3536cc2f-0006-4bba-bca1-7ba2f43d2b9a",
      "created_at": 1760470102.815651,
      "updated_at": 1760470102.815651,
      "deleted_at": null,
      "parent_deleted_at": null,
      "last_updated_at": "2025-10-14T19:28:22.815Z",
      "object_type": "showing_appointment",
      "event_type": "due_date",
      "type_label": "Showing",
      "timestamp": 1760968800,
      "date": "2025-10-20T00:00:00.000Z",
      "next_occurence": "2025-10-20T14:00:00.000Z",
      "end_date": 1760969700,
      "recurring": false,
      "title": null,
      "crm_task": null,
      "all_day": false,
      "deal": null,
      "contact": "6be203ea-a768-472b-9d72-834f9130016e",
      "campaign": null,
      "credential_id": null,
      "thread_key": null,
      "showing": "af7abe53-2d8a-43b6-9ded-f28919deedcf",
      "flow": null,
      "users": [
        "3536cc2f-0006-4bba-bca1-7ba2f43d2b9a"
      ],
      "accessible_to": null,
      "people_len": 1,
      "status": "Confirmed",
      "metadata": null,
      "timestamp_readable": "2025-10-20T14:00:00.000Z",
      "timestamp_midday": "2025-10-20T12:00:00.000Z",
      "type": "calendar_event",
      "sort_timestamp": 1760968800
    },
    {
      "id": "adb3ff01-b742-4279-8050-afc5e8fc44ed",
      "created_by": "3536cc2f-0006-4bba-bca1-7ba2f43d2b9a",
      "created_at": 1760470102.815651,
      "updated_at": 1760470102.815651,
      "deleted_at": null,
      "parent_deleted_at": null,
      "last_updated_at": "2025-10-14T19:28:22.815Z",
      "object_type": "showing_appointment",
      "event_type": "due_date",
      "type_label": "Showing",
      "timestamp": 1760968800,
      "date": "2025-10-20T00:00:00.000Z",
      "next_occurence": "2025-10-20T14:00:00.000Z",
      "end_date": 1760969700,
      "recurring": false,
      "title": null,
      "crm_task": null,
      "all_day": false,
      "deal": null,
      "contact": "6be203ea-a768-472b-9d72-834f9130016e",
      "campaign": null,
      "credential_id": null,
      "thread_key": null,
      "showing": "a0fd1c9f-8664-46f6-b688-474150718eea",
      "flow": null,
      "users": [
        "3536cc2f-0006-4bba-bca1-7ba2f43d2b9a"
      ],
      "accessible_to": null,
      "people_len": 1,
      "status": "Confirmed",
      "metadata": null,
      "timestamp_readable": "2025-10-20T14:00:00.000Z",
      "timestamp_midday": "2025-10-20T12:00:00.000Z",
      "type": "calendar_event",
      "sort_timestamp": 1760968800
    }
  ],
  "info": {
    "low": "Tue, 14 Oct 2025 00:00:00 GMT",
    "high": "Mon, 03 Nov 2025 00:00:00 GMT",
    "count": 2,
    "total": 0
  }
}

Showings Buyer-side

Overview

APIs used for the buyer experience.

Get a showing's public data

Get a showing's public data
GET/showings/public/:token

Example URI

GET /showings/public/:token
URI Parameters
HideShow
id
string (required) Example: 1
Response  200
HideShow
Body
{
  "code": "OK",
  "data": {
    "id": 1,
    "title": "5020 Junius Street",
    "start_date": "2025-10-14T00:00:00.000Z",
    "end_date": null,
    "duration": 900,
    "same_day_allowed": true,
    "notice_period": 10800,
    "timezone": "America/Chicago",
    "listing": {
      "type": "listing",
      "id": "edb5195a-f7ec-11e4-bc76-0a95648eeb58",
      "property_id": "e88fac6a-f7ec-11e4-b318-0a95648eeb58",
      "created_at": 1431355770.035252,
      "updated_at": 1438634599.795186,
      "price": 498000,
      "matrix_unique_id": "52656456",
      "original_price": 519000,
      "last_price": 519000,
      "status": "Sold",
      "association_fee": null,
      "mls_number": "13103256",
      "association_fee_frequency": "",
      "association_fee_includes": "",
      "unexempt_taxes": null,
      "financing_proposed": "Cash,Conventional",
      "list_office_mui": "15514377",
      "list_office_mls_id": "WBSHRT01",
      "list_office_name": "Skylark Realtors",
      "list_office_phone": "(972) 965-6518",
      "possession": "Closing/Funding",
      "co_list_office_mui": "0",
      "co_list_office_mls_id": "",
      "co_list_office_name": "",
      "co_list_office_phone": "",
      "selling_office_mui": "15510668",
      "selling_office_mls_id": "PRGRP01",
      "selling_office_name": "Premier Group, REALTORS",
      "selling_office_phone": "(214) 944-4444",
      "co_selling_office_mui": "0",
      "co_selling_office_mls_id": "",
      "co_selling_office_name": "",
      "co_selling_office_phone": "",
      "list_agent_mui": "15555015",
      "list_agent_direct_work_phone": "(972) 965-6518",
      "list_agent_email": "[email protected]",
      "list_agent_full_name": "Anna K. Short",
      "list_agent_mls_id": "0534782",
      "co_list_agent_mui": "15515828",
      "co_list_agent_direct_work_phone": "(972) 212-9954",
      "co_list_agent_email": "",
      "co_list_agent_full_name": "William B. Short Jr.",
      "co_list_agent_mls_id": "0120894",
      "selling_agent_mui": "15525897",
      "selling_agent_direct_work_phone": "(214) 908-9008",
      "selling_agent_email": "[email protected]",
      "selling_agent_full_name": "Leeann Derdeyn",
      "selling_agent_mls_id": "0398378",
      "co_selling_agent_mui": "0",
      "co_selling_agent_direct_work_phone": "",
      "co_selling_agent_email": "",
      "co_selling_agent_full_name": "",
      "co_selling_agent_mls_id": "",
      "listing_agreement": "Exclusive Right to Sell/Lease",
      "mls_area_major": "DALLAS EAST (12)",
      "mls_area_minor": "EAST DALLAS (11)",
      "mls_name": "North Texas Real Estate Information Systems",
      "matrix_modified_dt": "2015-08-03T15:28:20.083Z",
      "showing_instructions_type": "Appointment (Appt Svc only),Centralized Showing Service",
      "tax_legal_description": "",
      "keybox_type": "Blue iBox",
      "keybox_number": "51950330",
      "close_date": 1431043200,
      "close_price": 478000,
      "deleted_at": null,
      "dom": null,
      "cdom": null,
      "list_date": 1425189600,
      "showing_instructions": null,
      "appointment_phone": null,
      "appointment_phone_ext": null,
      "appointment_call": null,
      "occupancy": null,
      "private_remarks": null,
      "photos_checked_at": null,
      "application_fee_yn": null,
      "revision": null,
      "mls": "NTREIS",
      "transaction_type": "Unknown",
      "usage_type": "Unknown",
      "structure_type": "Unknown",
      "original_mls_property_type": null,
      "original_mls_property_subtype": null,
      "original_mls_status": null,
      "is_address_public": true,
      "parcel_number": null,
      "public_display": true,
      "annual_tax": null,
      "virtual_tour": null,
      "co_list_agent2_mui": null,
      "co_list_agent2_direct_work_phone": null,
      "co_list_agent2_email": null,
      "co_list_agent2_full_name": null,
      "co_list_agent2_mls_id": null,
      "co_list_agent3_mui": null,
      "co_list_agent3_direct_work_phone": null,
      "co_list_agent3_email": null,
      "co_list_agent3_full_name": null,
      "co_list_agent3_mls_id": null,
      "co_selling_agent2_mui": null,
      "co_selling_agent2_direct_work_phone": null,
      "co_selling_agent2_email": null,
      "co_selling_agent2_full_name": null,
      "co_selling_agent2_mls_id": null,
      "co_selling_agent3_mui": null,
      "co_selling_agent3_direct_work_phone": null,
      "co_selling_agent3_email": null,
      "co_selling_agent3_full_name": null,
      "co_selling_agent3_mls_id": null,
      "mls_display_name": "NTREIS",
      "list_agent": null,
      "favorited_in": null,
      "gallery_image_urls": [
        "http://cdn.rechat.co/52656495.jpg",
        "http://cdn.rechat.co/52656496.jpg",
        "http://cdn.rechat.co/52656497.jpg",
        "http://cdn.rechat.co/52656498.jpg",
        "http://cdn.rechat.co/52656499.jpg",
        "http://cdn.rechat.co/52656500.jpg",
        "http://cdn.rechat.co/52656501.jpg",
        "http://cdn.rechat.co/52656502.jpg",
        "http://cdn.rechat.co/52656503.jpg",
        "http://cdn.rechat.co/52656504.jpg",
        "http://cdn.rechat.co/52656505.jpg",
        "http://cdn.rechat.co/52656506.jpg",
        "http://cdn.rechat.co/52656507.jpg",
        "http://cdn.rechat.co/52656508.jpg",
        "http://cdn.rechat.co/52656509.jpg",
        "http://cdn.rechat.co/52656510.jpg",
        "http://cdn.rechat.co/52656511.jpg",
        "http://cdn.rechat.co/52656512.jpg",
        "http://cdn.rechat.co/52656513.jpg",
        "http://cdn.rechat.co/52656514.jpg",
        "http://cdn.rechat.co/52656515.jpg",
        "http://cdn.rechat.co/52656516.jpg",
        "http://cdn.rechat.co/52656517.jpg",
        "http://cdn.rechat.co/52656518.jpg",
        "http://cdn.rechat.co/52656519.jpg"
      ],
      "open_houses": null,
      "property": {
        "type": "property",
        "id": "e88fac6a-f7ec-11e4-b318-0a95648eeb58",
        "bedroom_count": 3,
        "bathroom_count": 2.1,
        "address_id": "e8207750-f7ec-11e4-b937-0a95648eeb58",
        "description": "Built in 1911 for physician, David L. Bettison, this stately Prairie home is an impeccable example of the arts and crafts style and movement.  Featured on the 2013 Munger Place Home Tour, this intricately restored home boasts a gorgeous kitchen, unusual patterned and inlaid maple floors, richly stained woodwork, an enormous master suite, a charming sleeping porch, three fully updated and modernized bathrooms, and large, landscaped yard.",
        "square_meters": 239.40914158305463,
        "created_at": 1431355761.401436,
        "updated_at": 1438634599.45139,
        "matrix_unique_id": 52656456,
        "property_type": "Residential",
        "property_subtype": "RES-Single Family",
        "lot_square_meters": 0,
        "year_built": null,
        "exterior_features": [
          "Balcony",
          "Covered Deck",
          "Covered Porch(es)",
          "Gutters",
          "Patio Covered",
          "Sprinkler System"
        ],
        "interior_features": [
          "Cable TV Available",
          "Decorative Lighting",
          "Dry Bar",
          "High Speed Internet Available"
        ],
        "fireplace_features": [
          "Brick",
          "Gas Logs"
        ],
        "lot_features": [
          "Interior Lot",
          "Landscaped",
          "Lrg. Backyard Grass"
        ],
        "parking_features": [
          "Front"
        ],
        "pool_features": [],
        "security_features": [
          "Burglar",
          "Carbon Monoxide Detector",
          "Fire/Smoke",
          "Monitored"
        ],
        "parking_spaces_covered_total": 0,
        "half_bathroom_count": 1,
        "full_bathroom_count": 2,
        "heating": [
          "Central Air-Elec",
          "Central Heat-Gas",
          "Zoned"
        ],
        "flooring": [
          "Ceramic Tile",
          "Stone",
          "Wood"
        ],
        "utilities": [
          "Alley",
          "City Sewer",
          "City Water",
          "Concrete",
          "Curbs",
          "Individual Gas Meter",
          "Individual Water Meter"
        ],
        "utilities_other": [],
        "architectural_style": [
          "Prairie"
        ],
        "number_of_stories": 2,
        "number_of_parking_spaces": 0,
        "garage_length": 0,
        "garage_width": 0,
        "number_of_dining_areas": 2,
        "number_of_living_areas": 3,
        "fireplaces_total": 1,
        "lot_number": "14",
        "soil_type": "",
        "construction_materials": "Siding,Wood",
        "foundation_details": "Pier & Beam",
        "roof": "Composition",
        "pool_yn": false,
        "handicap_yn": false,
        "elementary_school_name": "Lipscomb",
        "intermediate_school_name": "",
        "high_school_name": null,
        "junior_high_school_name": "",
        "middle_school_name": "Long",
        "primary_school_name": "",
        "senior_high_school_name": "",
        "school_district": "Dallas ISD",
        "subdivision_name": "Munger Place",
        "appliances_yn": null,
        "green_building_certification": "",
        "green_energy_efficient": "Low Flow Fixtures,Rain / Freeze Sensors",
        "lot_size": 0,
        "lot_size_area": 0,
        "lot_size_dimensions": "56X122",
        "number_of_pets_allowed": null,
        "number_of_units": 0,
        "pets_yn": null,
        "deleted_at": null,
        "furnished_yn": null,
        "fenced_yard_yn": null,
        "block": null,
        "mls": "NTREIS",
        "pets_policy": null,
        "amenities": null,
        "appliances": null,
        "fencing": null,
        "furnished": null,
        "lot_size_area_unit": "Acres",
        "building_area_total": null,
        "basement_bedroom_count": null,
        "address": {
          "title": "",
          "subtitle": "",
          "street_number": "5020",
          "street_name": "Junius",
          "city": "Dallas",
          "state": "Texas",
          "state_code": "TX",
          "postal_code": "75214",
          "neighborhood": "",
          "id": "e8207750-f7ec-11e4-b937-0a95648eeb58",
          "street_suffix": "Street",
          "unit_number": "",
          "country": "United States",
          "country_code": "USA",
          "created_at": 1431355760.671007,
          "updated_at": 1438634599.212481,
          "location_google": {
            "type": "Point",
            "crs": {
              "type": "name",
              "properties": {
                "name": "EPSG:4326"
              }
            },
            "coordinates": [
              -96.765508,
              32.801221
            ]
          },
          "matrix_unique_id": 52656456,
          "geocoded": null,
          "geo_source": "None",
          "partial_match_google": null,
          "county_or_parish": "Dallas",
          "direction": null,
          "street_dir_prefix": "",
          "street_dir_suffix": "",
          "street_number_searchable": "5020",
          "geo_source_formatted_address_google": "5020 Junius Street, Dallas, TX 75214, USA",
          "geocoded_google": true,
          "geocoded_bing": false,
          "location_bing": null,
          "geo_source_formatted_address_bing": null,
          "geo_confidence_google": null,
          "geo_confidence_bing": null,
          "location": null,
          "approximate": null,
          "corrupted": null,
          "corrupted_google": false,
          "corrupted_bing": null,
          "deleted_at": null,
          "mls": "NTREIS",
          "location_mapbox": null,
          "geocoded_mapbox": null,
          "corrupted_mapbox": null,
          "geo_source_formatted_address_mapbox": null,
          "geo_confidence_mapbox": null,
          "type": "address",
          "full_address": "5020 Junius Street Dallas, TX 75214",
          "street_address": "5020 Junius Street"
        }
      },
      "user_listing_notification_setting": null,
      "cover_image_url": "http://cdn.rechat.co/52656495.jpg",
      "_url": "https://irish.rechat.com/dashboard/mls/edb5195a-f7ec-11e4-bc76-0a95648eeb58",
      "formatted": {
        "type": "formatted_listing",
        "price": {
          "type": "formatted_attribute",
          "text": "$478,000",
          "text_no_label": "478,000",
          "value": 478000
        },
        "original_price": {
          "type": "formatted_attribute",
          "text": "$498,000",
          "text_no_label": "498,000",
          "value": 498000
        },
        "square_feet": {
          "type": "formatted_attribute",
          "text": "2,577 SQFT",
          "text_no_label": "2,577",
          "value": 2577
        },
        "lot_size_square_feet": {
          "type": "formatted_attribute",
          "text": "0 SQFT",
          "text_no_label": "0",
          "value": 0
        },
        "lot_size_acres": {
          "type": "formatted_attribute",
          "text": "0 Acres",
          "text_no_label": "0",
          "value": 0
        },
        "lot_size_area": {
          "type": "formatted_attribute",
          "text": "0 SQFT",
          "text_no_label": "0",
          "value": 0
        },
        "building_area_total": {
          "type": "formatted_attribute",
          "text": null,
          "text_no_label": null,
          "value": null
        },
        "bedroom_count": {
          "type": "formatted_attribute",
          "text": "3 Bedrooms",
          "text_no_label": "3",
          "value": 3
        },
        "basement_bedroom_count": {
          "type": "formatted_attribute",
          "text": null,
          "text_no_label": null,
          "value": null
        },
        "bathrooms": {
          "type": "formatted_attribute",
          "text": "2.1 Bathrooms",
          "text_no_label": "2.1",
          "value": "2.1"
        },
        "total_bathroom_count": {
          "type": "formatted_attribute",
          "text": "3 Bathrooms",
          "text_no_label": "3",
          "value": "3"
        },
        "parking_spaces": {
          "type": "formatted_attribute",
          "text": "0 Parking Spaces",
          "text_no_label": "0",
          "value": 0
        },
        "street_address": {
          "type": "formatted_attribute",
          "text": "5020 Junius Street",
          "text_no_label": "5020 Junius Street",
          "value": "5020 Junius Street"
        },
        "full_address": {
          "type": "formatted_attribute",
          "text": "5020 Junius Street Dallas, TX 75214",
          "text_no_label": "5020 Junius Street Dallas, TX 75214",
          "value": "5020 Junius Street Dallas, TX 75214"
        },
        "address_line_2": {
          "type": "formatted_attribute",
          "text": "Dallas, TX 75214",
          "text_no_label": "Dallas, TX 75214",
          "value": "Dallas, TX 75214"
        },
        "region": {
          "type": "formatted_attribute",
          "text": "Texas",
          "text_no_label": "Texas",
          "value": "Texas"
        },
        "city_and_region": {
          "type": "formatted_attribute",
          "text": "Dallas, Texas",
          "text_no_label": "Dallas, Texas",
          "value": "Dallas, Texas"
        },
        "listed_by": {
          "type": "formatted_attribute",
          "text": "Listed by: Anna K. Short | Skylark Realtors",
          "text_no_label": "Anna K. Short | Skylark Realtors",
          "value": "Anna K. Short | Skylark Realtors"
        },
        "listed_by_email": {
          "type": "formatted_attribute",
          "text": "[email protected]",
          "text_no_label": "[email protected]",
          "value": "[email protected]"
        },
        "listed_by_phone": {
          "type": "formatted_attribute",
          "text": "(972) 965-6518",
          "text_no_label": "(972) 965-6518",
          "value": "(972) 965-6518"
        },
        "unexempt_taxes": {
          "type": "formatted_attribute",
          "text": null,
          "text_no_label": null,
          "value": null
        }
      }
    },
    "unavailable_times": null,
    "availabilities": [
      {
        "id": "00d0087d-d5d0-4b77-853d-9fdecc0672fd",
        "showing": "af7abe53-2d8a-43b6-9ded-f28919deedcf",
        "weekday": "Monday",
        "availability": [
          25200,
          36000
        ],
        "type": "showing_availability"
      }
    ],
    "agent": {
      "id": "bd1e2970-4e73-4ec6-a796-ce04a2171ba6",
      "first_name": "John",
      "last_name": "Doe",
      "full_name": "John Doe",
      "email": "[email protected]",
      "phone_number": "+100000000000",
      "profile_image_url": null,
      "office": null,
      "type": "showing_agent"
    },
    "palette": null,
    "type": "showing_public",
    "slug": "5020-junius-street",
    "timezone_offset": 300
  }
}

Request a showing appointment

Request a showing appointment
POST/showings/public/:token/appointments

Example URI

POST /showings/public/:token/appointments
URI Parameters
HideShow
id
string (required) Example: 1
associations
string (required) Example: showing_appointment_public.showing
Request
HideShow
Body
{
  "source": "Website",
  "time": "2025-10-20T09:00:00-05:00",
  "contact": {
    "first_name": "John",
    "last_name": "Smith",
    "email": "[email protected]",
    "phone_number": "(972) 481-1312"
  }
}
Response  200
HideShow
Body
{
  "code": "OK",
  "data": {
    "id": "38e1c154-edf1-4879-b750-79985e212d43",
    "created_at": 1760470102.815651,
    "updated_at": 1760470102.815651,
    "time": "2025-10-20T14:00:00.000Z",
    "status": "Requested",
    "buyer_message": null,
    "showing": {
      "id": 1,
      "title": "5020 Junius Street",
      "start_date": "2025-10-14T00:00:00.000Z",
      "end_date": null,
      "duration": 900,
      "same_day_allowed": true,
      "notice_period": 10800,
      "timezone": "America/Chicago",
      "listing": {
        "type": "listing",
        "id": "edb5195a-f7ec-11e4-bc76-0a95648eeb58",
        "property_id": "e88fac6a-f7ec-11e4-b318-0a95648eeb58",
        "created_at": 1431355770.035252,
        "updated_at": 1438634599.795186,
        "price": 498000,
        "matrix_unique_id": "52656456",
        "original_price": 519000,
        "last_price": 519000,
        "status": "Sold",
        "association_fee": null,
        "mls_number": "13103256",
        "association_fee_frequency": "",
        "association_fee_includes": "",
        "unexempt_taxes": null,
        "financing_proposed": "Cash,Conventional",
        "list_office_mui": "15514377",
        "list_office_mls_id": "WBSHRT01",
        "list_office_name": "Skylark Realtors",
        "list_office_phone": "(972) 965-6518",
        "possession": "Closing/Funding",
        "co_list_office_mui": "0",
        "co_list_office_mls_id": "",
        "co_list_office_name": "",
        "co_list_office_phone": "",
        "selling_office_mui": "15510668",
        "selling_office_mls_id": "PRGRP01",
        "selling_office_name": "Premier Group, REALTORS",
        "selling_office_phone": "(214) 944-4444",
        "co_selling_office_mui": "0",
        "co_selling_office_mls_id": "",
        "co_selling_office_name": "",
        "co_selling_office_phone": "",
        "list_agent_mui": "15555015",
        "list_agent_direct_work_phone": "(972) 965-6518",
        "list_agent_email": "[email protected]",
        "list_agent_full_name": "Anna K. Short",
        "list_agent_mls_id": "0534782",
        "co_list_agent_mui": "15515828",
        "co_list_agent_direct_work_phone": "(972) 212-9954",
        "co_list_agent_email": "",
        "co_list_agent_full_name": "William B. Short Jr.",
        "co_list_agent_mls_id": "0120894",
        "selling_agent_mui": "15525897",
        "selling_agent_direct_work_phone": "(214) 908-9008",
        "selling_agent_email": "[email protected]",
        "selling_agent_full_name": "Leeann Derdeyn",
        "selling_agent_mls_id": "0398378",
        "co_selling_agent_mui": "0",
        "co_selling_agent_direct_work_phone": "",
        "co_selling_agent_email": "",
        "co_selling_agent_full_name": "",
        "co_selling_agent_mls_id": "",
        "listing_agreement": "Exclusive Right to Sell/Lease",
        "mls_area_major": "DALLAS EAST (12)",
        "mls_area_minor": "EAST DALLAS (11)",
        "mls_name": "North Texas Real Estate Information Systems",
        "matrix_modified_dt": "2015-08-03T15:28:20.083Z",
        "showing_instructions_type": "Appointment (Appt Svc only),Centralized Showing Service",
        "tax_legal_description": "",
        "keybox_type": "Blue iBox",
        "keybox_number": "51950330",
        "close_date": 1431043200,
        "close_price": 478000,
        "deleted_at": null,
        "dom": null,
        "cdom": null,
        "list_date": 1425189600,
        "showing_instructions": null,
        "appointment_phone": null,
        "appointment_phone_ext": null,
        "appointment_call": null,
        "occupancy": null,
        "private_remarks": null,
        "photos_checked_at": null,
        "application_fee_yn": null,
        "revision": null,
        "mls": "NTREIS",
        "transaction_type": "Unknown",
        "usage_type": "Unknown",
        "structure_type": "Unknown",
        "original_mls_property_type": null,
        "original_mls_property_subtype": null,
        "original_mls_status": null,
        "is_address_public": true,
        "parcel_number": null,
        "public_display": true,
        "annual_tax": null,
        "virtual_tour": null,
        "co_list_agent2_mui": null,
        "co_list_agent2_direct_work_phone": null,
        "co_list_agent2_email": null,
        "co_list_agent2_full_name": null,
        "co_list_agent2_mls_id": null,
        "co_list_agent3_mui": null,
        "co_list_agent3_direct_work_phone": null,
        "co_list_agent3_email": null,
        "co_list_agent3_full_name": null,
        "co_list_agent3_mls_id": null,
        "co_selling_agent2_mui": null,
        "co_selling_agent2_direct_work_phone": null,
        "co_selling_agent2_email": null,
        "co_selling_agent2_full_name": null,
        "co_selling_agent2_mls_id": null,
        "co_selling_agent3_mui": null,
        "co_selling_agent3_direct_work_phone": null,
        "co_selling_agent3_email": null,
        "co_selling_agent3_full_name": null,
        "co_selling_agent3_mls_id": null,
        "mls_display_name": "NTREIS",
        "list_agent": null,
        "favorited_in": null,
        "gallery_image_urls": [
          "http://cdn.rechat.co/52656495.jpg",
          "http://cdn.rechat.co/52656496.jpg",
          "http://cdn.rechat.co/52656497.jpg",
          "http://cdn.rechat.co/52656498.jpg",
          "http://cdn.rechat.co/52656499.jpg",
          "http://cdn.rechat.co/52656500.jpg",
          "http://cdn.rechat.co/52656501.jpg",
          "http://cdn.rechat.co/52656502.jpg",
          "http://cdn.rechat.co/52656503.jpg",
          "http://cdn.rechat.co/52656504.jpg",
          "http://cdn.rechat.co/52656505.jpg",
          "http://cdn.rechat.co/52656506.jpg",
          "http://cdn.rechat.co/52656507.jpg",
          "http://cdn.rechat.co/52656508.jpg",
          "http://cdn.rechat.co/52656509.jpg",
          "http://cdn.rechat.co/52656510.jpg",
          "http://cdn.rechat.co/52656511.jpg",
          "http://cdn.rechat.co/52656512.jpg",
          "http://cdn.rechat.co/52656513.jpg",
          "http://cdn.rechat.co/52656514.jpg",
          "http://cdn.rechat.co/52656515.jpg",
          "http://cdn.rechat.co/52656516.jpg",
          "http://cdn.rechat.co/52656517.jpg",
          "http://cdn.rechat.co/52656518.jpg",
          "http://cdn.rechat.co/52656519.jpg"
        ],
        "open_houses": null,
        "property": {
          "type": "property",
          "id": "e88fac6a-f7ec-11e4-b318-0a95648eeb58",
          "bedroom_count": 3,
          "bathroom_count": 2.1,
          "address_id": "e8207750-f7ec-11e4-b937-0a95648eeb58",
          "description": "Built in 1911 for physician, David L. Bettison, this stately Prairie home is an impeccable example of the arts and crafts style and movement.  Featured on the 2013 Munger Place Home Tour, this intricately restored home boasts a gorgeous kitchen, unusual patterned and inlaid maple floors, richly stained woodwork, an enormous master suite, a charming sleeping porch, three fully updated and modernized bathrooms, and large, landscaped yard.",
          "square_meters": 239.40914158305463,
          "created_at": 1431355761.401436,
          "updated_at": 1438634599.45139,
          "matrix_unique_id": 52656456,
          "property_type": "Residential",
          "property_subtype": "RES-Single Family",
          "lot_square_meters": 0,
          "year_built": null,
          "exterior_features": [
            "Balcony",
            "Covered Deck",
            "Covered Porch(es)",
            "Gutters",
            "Patio Covered",
            "Sprinkler System"
          ],
          "interior_features": [
            "Cable TV Available",
            "Decorative Lighting",
            "Dry Bar",
            "High Speed Internet Available"
          ],
          "fireplace_features": [
            "Brick",
            "Gas Logs"
          ],
          "lot_features": [
            "Interior Lot",
            "Landscaped",
            "Lrg. Backyard Grass"
          ],
          "parking_features": [
            "Front"
          ],
          "pool_features": [],
          "security_features": [
            "Burglar",
            "Carbon Monoxide Detector",
            "Fire/Smoke",
            "Monitored"
          ],
          "parking_spaces_covered_total": 0,
          "half_bathroom_count": 1,
          "full_bathroom_count": 2,
          "heating": [
            "Central Air-Elec",
            "Central Heat-Gas",
            "Zoned"
          ],
          "flooring": [
            "Ceramic Tile",
            "Stone",
            "Wood"
          ],
          "utilities": [
            "Alley",
            "City Sewer",
            "City Water",
            "Concrete",
            "Curbs",
            "Individual Gas Meter",
            "Individual Water Meter"
          ],
          "utilities_other": [],
          "architectural_style": [
            "Prairie"
          ],
          "number_of_stories": 2,
          "number_of_parking_spaces": 0,
          "garage_length": 0,
          "garage_width": 0,
          "number_of_dining_areas": 2,
          "number_of_living_areas": 3,
          "fireplaces_total": 1,
          "lot_number": "14",
          "soil_type": "",
          "construction_materials": "Siding,Wood",
          "foundation_details": "Pier & Beam",
          "roof": "Composition",
          "pool_yn": false,
          "handicap_yn": false,
          "elementary_school_name": "Lipscomb",
          "intermediate_school_name": "",
          "high_school_name": null,
          "junior_high_school_name": "",
          "middle_school_name": "Long",
          "primary_school_name": "",
          "senior_high_school_name": "",
          "school_district": "Dallas ISD",
          "subdivision_name": "Munger Place",
          "appliances_yn": null,
          "green_building_certification": "",
          "green_energy_efficient": "Low Flow Fixtures,Rain / Freeze Sensors",
          "lot_size": 0,
          "lot_size_area": 0,
          "lot_size_dimensions": "56X122",
          "number_of_pets_allowed": null,
          "number_of_units": 0,
          "pets_yn": null,
          "deleted_at": null,
          "furnished_yn": null,
          "fenced_yard_yn": null,
          "block": null,
          "mls": "NTREIS",
          "pets_policy": null,
          "amenities": null,
          "appliances": null,
          "fencing": null,
          "furnished": null,
          "lot_size_area_unit": "Acres",
          "building_area_total": null,
          "basement_bedroom_count": null,
          "address": {
            "title": "",
            "subtitle": "",
            "street_number": "5020",
            "street_name": "Junius",
            "city": "Dallas",
            "state": "Texas",
            "state_code": "TX",
            "postal_code": "75214",
            "neighborhood": "",
            "id": "e8207750-f7ec-11e4-b937-0a95648eeb58",
            "street_suffix": "Street",
            "unit_number": "",
            "country": "United States",
            "country_code": "USA",
            "created_at": 1431355760.671007,
            "updated_at": 1438634599.212481,
            "location_google": {
              "type": "Point",
              "crs": {
                "type": "name",
                "properties": {
                  "name": "EPSG:4326"
                }
              },
              "coordinates": [
                -96.765508,
                32.801221
              ]
            },
            "matrix_unique_id": 52656456,
            "geocoded": null,
            "geo_source": "None",
            "partial_match_google": null,
            "county_or_parish": "Dallas",
            "direction": null,
            "street_dir_prefix": "",
            "street_dir_suffix": "",
            "street_number_searchable": "5020",
            "geo_source_formatted_address_google": "5020 Junius Street, Dallas, TX 75214, USA",
            "geocoded_google": true,
            "geocoded_bing": false,
            "location_bing": null,
            "geo_source_formatted_address_bing": null,
            "geo_confidence_google": null,
            "geo_confidence_bing": null,
            "location": null,
            "approximate": null,
            "corrupted": null,
            "corrupted_google": false,
            "corrupted_bing": null,
            "deleted_at": null,
            "mls": "NTREIS",
            "location_mapbox": null,
            "geocoded_mapbox": null,
            "corrupted_mapbox": null,
            "geo_source_formatted_address_mapbox": null,
            "geo_confidence_mapbox": null,
            "type": "address",
            "full_address": "5020 Junius Street Dallas, TX 75214",
            "street_address": "5020 Junius Street"
          }
        },
        "user_listing_notification_setting": null,
        "cover_image_url": "http://cdn.rechat.co/52656495.jpg",
        "_url": "https://irish.rechat.com/dashboard/mls/edb5195a-f7ec-11e4-bc76-0a95648eeb58",
        "formatted": {
          "type": "formatted_listing",
          "price": {
            "type": "formatted_attribute",
            "text": "$478,000",
            "text_no_label": "478,000",
            "value": 478000
          },
          "original_price": {
            "type": "formatted_attribute",
            "text": "$498,000",
            "text_no_label": "498,000",
            "value": 498000
          },
          "square_feet": {
            "type": "formatted_attribute",
            "text": "2,577 SQFT",
            "text_no_label": "2,577",
            "value": 2577
          },
          "lot_size_square_feet": {
            "type": "formatted_attribute",
            "text": "0 SQFT",
            "text_no_label": "0",
            "value": 0
          },
          "lot_size_acres": {
            "type": "formatted_attribute",
            "text": "0 Acres",
            "text_no_label": "0",
            "value": 0
          },
          "lot_size_area": {
            "type": "formatted_attribute",
            "text": "0 SQFT",
            "text_no_label": "0",
            "value": 0
          },
          "building_area_total": {
            "type": "formatted_attribute",
            "text": null,
            "text_no_label": null,
            "value": null
          },
          "bedroom_count": {
            "type": "formatted_attribute",
            "text": "3 Bedrooms",
            "text_no_label": "3",
            "value": 3
          },
          "basement_bedroom_count": {
            "type": "formatted_attribute",
            "text": null,
            "text_no_label": null,
            "value": null
          },
          "bathrooms": {
            "type": "formatted_attribute",
            "text": "2.1 Bathrooms",
            "text_no_label": "2.1",
            "value": "2.1"
          },
          "total_bathroom_count": {
            "type": "formatted_attribute",
            "text": "3 Bathrooms",
            "text_no_label": "3",
            "value": "3"
          },
          "parking_spaces": {
            "type": "formatted_attribute",
            "text": "0 Parking Spaces",
            "text_no_label": "0",
            "value": 0
          },
          "street_address": {
            "type": "formatted_attribute",
            "text": "5020 Junius Street",
            "text_no_label": "5020 Junius Street",
            "value": "5020 Junius Street"
          },
          "full_address": {
            "type": "formatted_attribute",
            "text": "5020 Junius Street Dallas, TX 75214",
            "text_no_label": "5020 Junius Street Dallas, TX 75214",
            "value": "5020 Junius Street Dallas, TX 75214"
          },
          "address_line_2": {
            "type": "formatted_attribute",
            "text": "Dallas, TX 75214",
            "text_no_label": "Dallas, TX 75214",
            "value": "Dallas, TX 75214"
          },
          "region": {
            "type": "formatted_attribute",
            "text": "Texas",
            "text_no_label": "Texas",
            "value": "Texas"
          },
          "city_and_region": {
            "type": "formatted_attribute",
            "text": "Dallas, Texas",
            "text_no_label": "Dallas, Texas",
            "value": "Dallas, Texas"
          },
          "listed_by": {
            "type": "formatted_attribute",
            "text": "Listed by: Anna K. Short | Skylark Realtors",
            "text_no_label": "Anna K. Short | Skylark Realtors",
            "value": "Anna K. Short | Skylark Realtors"
          },
          "listed_by_email": {
            "type": "formatted_attribute",
            "text": "[email protected]",
            "text_no_label": "[email protected]",
            "value": "[email protected]"
          },
          "listed_by_phone": {
            "type": "formatted_attribute",
            "text": "(972) 965-6518",
            "text_no_label": "(972) 965-6518",
            "value": "(972) 965-6518"
          },
          "unexempt_taxes": {
            "type": "formatted_attribute",
            "text": null,
            "text_no_label": null,
            "value": null
          }
        }
      },
      "unavailable_times": [
        "2025-10-20T14:00:00.000Z"
      ],
      "availabilities": [
        {
          "id": "00d0087d-d5d0-4b77-853d-9fdecc0672fd",
          "showing": "af7abe53-2d8a-43b6-9ded-f28919deedcf",
          "weekday": "Monday",
          "availability": [
            25200,
            36000
          ],
          "type": "showing_availability"
        }
      ],
      "agent": {
        "id": "bd1e2970-4e73-4ec6-a796-ce04a2171ba6",
        "first_name": "John",
        "last_name": "Doe",
        "full_name": "John Doe",
        "email": "[email protected]",
        "phone_number": "+100000000000",
        "profile_image_url": null,
        "office": null,
        "type": "showing_agent"
      },
      "palette": null,
      "type": "showing_public",
      "slug": "5020-junius-street",
      "timezone_offset": 300
    },
    "client_name": "John Smith",
    "role_message": null,
    "type": "showing_appointment_public",
    "token": "akZ6RXJDb1dBQ0h2am96UVFtWjNTYWtpMEx1QUlBeUlWQ3NJZVloU0xDWFFBbng3RzRPVjZiUkxtanhk",
    "cancel_token": "akZ6RXJDb1dBQ0h2am96UVFtWjNTYWtpMEx1QUlBeUlWQ3NJZVloU0xDWFFBbng3RzRPVjZiUkxtandNQnpEczNGblNjYjFGbWNGTUI2eEQrRWJrNHhUSFNMc2ZmSmNQalJ5OHZTQW5Odz09"
  }
}

Generated by aglio on 14 Oct 2025