For Sale Properties
GET http://127.0.0.1:2026/api/suburb/properties
Retrieves detailed information about properties currently listed for sale within a specified suburb, including property attributes, location details, and listing information.
Access token
cURL
Python
JavaScript
curl -X GET "http://127.0.0.1:2026/api/suburb/properties" \
-H "Authorization: Bearer test" \
-H "Content-Type: application/json"
Response
// Click the Run button to initiate the API request