Get typings for request fields and response fields for every endpoint
Check out our Swagger docs page for info on the input params (and their types), response samples, response fields (and their types)
This is synced up to our live staging environment that catches all our new updates & changes going to production. No more out of sync docs when we add new input/output fields!
https://staging.realestateapi.com/swagger
P.S. Hope this helps our TypeScript folks! =)
Step 1
- Find the Endpoint you want to see the request & response schemas for

Step 2
- expand the section for the endpoint of your choice
- scroll down to the "Responses" section
- in the "Responses" section, you'll see a sample response object by default

Step 3
- Under the "Responses" section, navigate to the "Schema" tab
- This will reveal the response models & fields for this endpoint
- By expanding the object named "PropertyDetailDataModel", you'll be able to go one-by-one through the fields to inspect their types
