Skip to main content
GET
/
provinces
List all provinces/states
curl --request GET \
  --url https://www.renovationfind.com/rest-manager-api-v1/provinces \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": [
    {
      "id": 1,
      "name": "Alberta",
      "code": "AB",
      "countryCode": "CA"
    }
  ]
}

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

Response

List of provinces

success
boolean
data
object[]