N

Netatmo REST API

REST discovered

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

First create a Netatmo OAuth application at the apps page to get a client_id and client_secret. Then follow the OAuth authentication guide: send the user to https://api.netatmo.com/oauth2/authorize, exchange the returned code at https://api.netatmo.com/oauth2/token, and store the returned access_token plus refresh_token. Send the access_token as Authorization: Bearer ... on API requests.