Smartnest
  • Home
  • 1. Getting started
  • 2. Examples
  • 3. Using the App
    • How to use the web App
    • Download the mobile app
    • Setting up the web App on your mobile device
  • 4. MQTT Guide
  • 5. Alexa Integration
  • 6. Siri Integration
  • 7. Google Home Integration
  • 8. Smartthings Integration
  • #. IFTTT Integration
  • 9. Tasmota Integration
  • 10. Espurna Integration
  • 11. Homebridge Integration
  • 12. Home Assistant Integration
  • 13. Supported Devices
  • 14. Routines
  • 15. Notifications
  • 16. Business API
  • Donations, Thank you!
  • DOCUMENTACIÓN EN ESPAÑOL
Powered by GitBook
On this page
  • Add a new device

Was this helpful?

16. Business API

Interact with Smartnest cloud using your Business API key.

Add a new device

POST https://smartnest.cz/api/v6/devices

Add a new device to your Business account.

Headers

Name
Type
Description

api-key*

XXXXXXXXX

business API key. to get one contact support.

Request Body

Name
Type
Description

name*

device

Device name

type*

switch

Device type

{
    // Response
}
{
    // Response
}

Previous15. NotificationsNextDonations, Thank you!

Last updated 3 years ago

Was this helpful?