Skip to main content
GET
/
cities
/
{cityId}
/
service-boundaries
List service boundaries for a city
curl --request GET \
  --url https://www.renovationfind.com/rest-manager-api-v1/cities/{cityId}/service-boundaries \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": [
    {
      "id": 42,
      "name": "Edmonton Central",
      "urlPath": "edmonton-central",
      "cityName": "Edmonton"
    }
  ]
}

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

Path Parameters

cityId
integer<int64>
required

City ID

Response

List of service boundaries

success
boolean
data
object[]