> ## Documentation Index
> Fetch the complete documentation index at: https://docs.windermere.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

<Note>
  If you have not obtained your Windermere API developer account please reach out to [api@windermere.com](mailto:api@windermere.com) to request account creation.
</Note>

## Getting Started

API Base URL

```text theme={null}
https://api.windermere.com/v1/api
```

## Authentication

All API [endpoints](https://windermereservicescompany.mintlify.app/api-reference/agents) are authenticated using an API key and x-api-key header

```javascript theme={null}
curl --request GET \
  --url https://api.windermere.com/v1/api
  --header 'x-api-key: <api-key>'
```
