Using Netatmo-API-PHP with netatmo.net

PHP integration

✓ Official SDK
Install
composer require Netatmo-API-PHP
The method getuser returns information about a user such as prefered language…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.netatmo.net/api/getuser
Links a callback url to a user.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.netatmo.net/api/addwebhook
The method devicelist returns the list of devices owned by the user, and thei…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.netatmo.net/api/devicelist
SDK on GitHub 📄 API Docs
SDK
Netatmo-API-PHP
PHP
API
netatmo.net
netatmo.net
At a glance
Language PHP
Endpoints22
Base URLhttps://api.netatmo.net/api
✓ Official