This end point allows you to submit a single property to property manager's portfolio. It accepts POST requests to
https://sturents.com/api/house
The body of the request should be a JSON object which matches the form specified below. View the authentication instructions to see how to authenticate your requests.
All keys are boolean where true indicates that this utility is included with the rent.
A planned future development is to allow a separate mechanism to upload photos via FTP, which will utilise the "type" field
Each key is a boolean indicating if the specified item is eligible to rent the property. At least one field must be set to true
We have written sample libraries to handle generation of an authentication token and submission to our API. If your language is not included, please feel free to suggest it to our API team via email
Our API is rate limited for identical requests, if you are constantly receiving an error code 429, please reduce the frequency of your requests. Identical requests are those with the exact same query parameter values. We strongly encourage that if you are encountering this issue during local development you cache/save the response from the API.
We have a support email for developers if you have any questions or encounter problems whilst using the API.