smart-me.com

With the smart-me REST API you get Access to all your devices in the smart-me Cloud and you can add your own devices. So its an easy way to add the smart-me Cloud support to your Hardware or Software Product.

🔑 basic 64 endpoints iot
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (7 total)

pip install SmartMeshSDK3
smart-memory-sdk-js ✓ Official
npm install smart-memory-sdk-js
npm install Smart-Meet
# Maven: see https://github.com/KOElight/TuyaSmartMeshSdkDemo
# See https://github.com/bubbalinear/SmartMeshSDK_1.1.1.0
# See https://github.com/smartmessagesmp/SmartMessageSDK-Android
# See https://github.com/smartmessagesdk/SmartMessageSDK-IOS
curl examples
Gets the informations for the user.
curl \
  -u "$API_USER:$API_PASS" \
  https://smart-me.com:443/api/User
Gets all pico charging stations for this user
curl \
  -u "$API_USER:$API_PASS" \
  https://smart-me.com:443/api/pico
A method returning HTTP 200 OK when queried. It is used by Kuber…
curl \
  -u "$API_USER:$API_PASS" \
  https://smart-me.com:443/api/Health
Endpoints (64 total)
GET
/api/User
Gets the informations for the user.
GET
/api/pico
Gets all pico charging stations for this user
GET
/api/Health
A method returning HTTP 200 OK when queried. It is used by Kuber…
GET
/api/Devices
Gets all Devices
GET
/api/FolderMenu
Gets the folder menu items (each item might contain child items)
GET
/api/Folder/{id}
Gets the Values for a folder or a meter
GET
/api/Values/{id}
Gets all (last) values of a device
GET
/api/Actions/{id}
Gets all available Actions of a Device
GET
/api/CustomDevice
Gets all Custom Devices
GET
/api/Devices/{id}
Gets a Device by it's ID
GET
/api/SubUser/{id}
Get a sub user. The user must be assigend to the user that makes this call.
GET
/api/Account/login
At a glance
Total SDKs7
Languages5
Endpoints64
Authbasic
Categories1
https://smart-me.com:443