Authentication
There are two types of authentication:
- Station password: auto-generated per station, visible on the station detail
page in My Stations. It uniquely identifies the station and
is used to upload and read its data. Provide it via the PASSWORD query parameter (
?PASSWORD=your_password) or as a Bearer token (headerAuthorization: Bearer your_password). - API key: create one in API Keys. Use it to manage your
stations programmatically and to access data from stations shared under an Open
license. Provide it via the key query parameter (
?key=your_api_key) or thewindy-api-keyheader.