Simplyrets
Connector for the simplyrets API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.simplyrets.com - Auth:
bearer(pass your key via theapiKeyinput)
Operations
get_openhouses— GET /openhouses — The SimplyRETS OpenHouses APIget_openhouses_openhousekey— GET /openhouses/{openHouseKey} — Single OpenHouse Endpointget_properties— GET /properties — The SimplyRETS Listings APIget_properties_mlsid— GET /properties/{mlsId} — Single Listing Endpoint
Inputs
apiKey— your simplyrets API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_openhouses
apiKey: <your key>