Houser App System Status

Real-time monitoring of our production and staging APIs, plus key integrations.

Legend

  • ๐ŸŸข Prod โ€” https://api.thehouserapp.com
  • ๐Ÿงช Stage โ€” http://54.162.155.98:3001
  • ๐Ÿ”’ Auth required (401/403 responses are considered healthy)
  • ๐Ÿ“Ž File upload
  • ๐Ÿ” Streaming (SSE)
  • ๐Ÿ”Œ WebSocket (not actively monitored by this page)

Endpoint Directory
This is a human-friendly map of endpoints. Monitoring checks may cover a subset; a 400/401/403 for protected or body-required routes is expected and counted as up when configured.

User & Auth

  • GET /user-roles
  • GET /user-subscription ๐Ÿ”’
  • GET /user-subscription-history ๐Ÿ”’
  • POST /generate-otp/:userId
  • POST /request-otp
  • POST /verify-otp
  • POST /register
  • POST /login
  • POST /guest-login
  • POST /auth/google
  • POST /reset-password
  • POST /user
  • POST /checkUser
  • POST /update-password
  • POST /update-email
  • GET /user-profile ๐Ÿ”’
  • DELETE /user-profile/:id ๐Ÿ”’
  • PATCH /user-profile/:id/enable ๐Ÿ”’

Admin

  • POST /admin-login
  • POST /register-admin

Clients & User Management

  • GET /clients
  • PATCH /user/:id
  • PATCH /user ๐Ÿ”’
  • DELETE /user/:id
  • GET /user/:id

Properties

  • GET /getAllProperties
  • GET /PlanpoProperties
  • GET /getAllPropertiesCoordinates ๐Ÿ”’
  • GET /properties/by-polygon ๐Ÿ”’ ๐Ÿ“Ž
  • GET /propertyById/:id ๐Ÿ”’
  • GET /property/:id ๐Ÿ”’
  • POST /createProperty
  • PUT /updateProperty/:id
  • DELETE /deleteProperty/:id
  • GET /getPropertiesByAddress
  • PUT /updateStripeCustomerId ๐Ÿ”’
  • GET /properties/filterByCityAndZip
  • GET /properties/basicFilters
  • GET /properties/cashflow/:id
  • GET /properties/firstTimeHomeBuyer/:id
  • GET /properties/fixAndFlip/:id
  • GET /properties/house-hack/:id

Property Questionnaires

  • GET /property-questionnaires ๐Ÿ”’
  • GET /property-questionnaires/:id ๐Ÿ”’
  • GET /property-questionnaires/prefilled/:id ๐Ÿ”’
  • POST /property-questionnaires ๐Ÿ”’ ๐Ÿ“Ž
  • PATCH /property-questionnaires/:id ๐Ÿ”’ ๐Ÿ“Ž
  • DELETE /property-questionnaires/:id ๐Ÿ”’

Onboarding Questionnaire

  • GET /questionnaire ๐Ÿ”’
  • GET /questions ๐Ÿ”’
  • POST /questionnaire ๐Ÿ”’ ๐Ÿ“Ž
  • PATCH /questionnaire ๐Ÿ”’ ๐Ÿ“Ž
  • DELETE /questionnaire ๐Ÿ”’

User Liked Properties

  • POST /user-likes ๐Ÿ”’
  • DELETE /user-likes/:id ๐Ÿ”’
  • PUT /user-likes/:id ๐Ÿ”’
  • GET /user-likes ๐Ÿ”’

Buy House

  • POST /buy-house ๐Ÿ”’
  • PUT /buy-house/:id ๐Ÿ”’
  • DELETE /buy-house/:id ๐Ÿ”’
  • GET /buy-house ๐Ÿ”’

Buy Property

  • POST /buy-property ๐Ÿ”’
  • GET /buy-property ๐Ÿ”’
  • GET /buy-property/:id ๐Ÿ”’
  • PUT /buy-property/:id ๐Ÿ”’
  • DELETE /buy-property/:id ๐Ÿ”’

Showings / Request Tour

  • GET /showings ๐Ÿ”’
  • POST /showings ๐Ÿ”’
  • GET /showings/:id ๐Ÿ”’
  • PUT /showings/:id ๐Ÿ”’ (cancel)
  • POST /reschedule-showing ๐Ÿ”’
  • POST /updateRequestTourWebhook
  • POST /showing-message ๐Ÿ”’

AI Assistant

  • POST /ai-assistant ๐Ÿ”’ ๐Ÿ“Ž
  • POST /aiconversation ๐Ÿ”’ ๐Ÿ“Ž ๐Ÿ”
  • WebSocket (Prod): wss://api.thehouserapp.com/?token=YOUR_JWT (not monitored here)
  • WebSocket (Stage): ws://54.162.155.98:3001/?token=YOUR_JWT (not monitored here)

Audio

  • POST /audio ๐Ÿ“Ž
  • GET /signedaudio

Stripe / Billing

  • POST /stripe/webhook (Stripe only; expects raw body)
  • POST /stripe/checkout-session ๐Ÿ”’
  • POST /stripe/downgrade ๐Ÿ”’
  • GET /credits ๐Ÿ”’
  • POST /credits ๐Ÿ”’
  • POST /credits/deduct ๐Ÿ”’
  • POST /stripe/customer-portal ๐Ÿ”’
  • GET /subscription-plans ๐Ÿ”’
  • POST /:userId/account
  • POST /:userId/account/payment
  • GET /:userId/paymentMethods
  • DELETE /:userId/paymentMethods/:paymentMethodId
  • GET /:userId/customer/session
  • GET /:userId/customer/subscriptions
  • POST /:userId/account/setupPayment
  • PUT /updateStripeCustomerId

Queries

  • POST /createQuery
  • GET /getQueries

Live Status