Nanoleaf
Number of APIs: 32
From Section 7 of the Nanoleaf Open API Reference. Requires setting up a developer account and signing in to their developer portal.
](/assets/blogs/https://s3.amazonaws.com/Qodex-static-getQodex-com/Qodex-docs/nanoleaf-logo.png)
Click the orange Run in Qodex button to import this Qodex collection and cnvironment into your local instance of the Qodex app.
Quickstart
Update the Qodex environment with your IP and port.
If you already have an authorization token, update the Qodex environment with your token. Otherwise, you will need to use the Add a user
POST
request to generate an authorization token.
-
Rhythm - Hardware version GET http://{{ipAddress}}/api/v1/:auth_token/rhythm/hardwareVersion
-
Authorization - Add a user POST http://{{ipAddress}}/api/v1/new
-
State - On/Off GET http://{{ipAddress}}/api/v1/:auth_token/state/on
-
State - Color Mode GET http://{{ipAddress}}/api/v1/:auth_token/state/colorMode
-
Rhythm - Rhythm mode - update PUT http://{{ipAddress}}/api/v1/:auth_token/rhythm/rhythmMode
-
Rhythm - Rhythm mode GET http://{{ipAddress}}/api/v1/:auth_token/rhythm/rhythmMode
-
Rhythm - Rhythm positions GET http://{{ipAddress}}/api/v1/:auth_token/rhythm/rhythmPos
-
Quickstart: lighting up the Nanoleaf - Quickstart: Add a user POST http://{{ipAddress}}/api/v1/new
-
Quickstart: lighting up the Nanoleaf - Quickstart: Get all light controller info GET http://{{ipAddress}}/api/v1/:auth_token/
-
Quickstart: lighting up the Nanoleaf - Quickstart: update on/off PUT http://{{ipAddress}}/api/v1/:auth_token/state