N

Netatmo Connect REST API

REST discovered

Details
URL
https://api.netatmo.com
Docs
https://dev.netatmo.com/apidocumentation
Authentication
Netatmo user access token bearer discovered Get token ↗
Authorization: Bearer <credential>

First register a Netatmo application to get a client_id and client_secret. Then send the user through the OAuth 2.0 Authorization Code flow in the Authentication docs: redirect them to https://api.netatmo.com/oauth2/authorize, exchange the returned code at https://api.netatmo.com/oauth2/token, and store the returned access_token and refresh_token. Use the refresh_token to rotate tokens when they expire.