List Suburbs
GET http://127.0.0.1:2026/api/suburb/suburbs
Retrieves Australian suburbs. Use the 'suburb' parameter to perform a fuzzy search on suburb names.
Access token
cURL
Python
JavaScript
curl -X GET "http://127.0.0.1:2026/api/suburb/suburbs" \
-H "Authorization: Bearer test" \
-H "Content-Type: application/json"
Response
// Click the Run button to initiate the API request