Skip to main content
If you have not obtained your Windermere API developer account please reach out to placeholder@placeholder.com to request account creation.

Getting Started

API Base URL
https://api.windermere.com/v1/api

Authentication

All API endpoints are authenticated using an API key and x-api-key header
curl --request GET \
  --url https://api.windermere.com/v1/api
  --header 'x-api-key: <api-key>'