Skip to main content
GET
/
cities
List cities
curl --request GET \
  --url https://www.renovationfind.com/rest-manager-api-v1/cities \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": [
    {
      "id": 42,
      "name": "Calgary",
      "provinceId": 1,
      "provinceName": "Alberta",
      "provinceCode": "AB"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.renovationfind.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

JWT token issued from the RenovationFind Manager Portal

Query Parameters

provinceId
integer<int64>

Filter cities by province ID

Response

List of cities

success
boolean
data
object[]