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. Click the orange Run in Qodex button to import this Qodex collection and cnvironment into your local instance of the Qodex app. 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 Quickstart
POST
request to generate an authorization token.
GET http://{{ipAddress}}/api/v1/:auth_token/effects/select
PUT http://{{ipAddress}}/api/v1/:auth_token/state
GET http://{{ipAddress}}/api/v1/:auth_token/
GET http://{{ipAddress}}/api/v1/:auth_token/effects/effectsList
GET http://{{ipAddress}}/api/v1/:auth_token/
PUT http://{{ipAddress}}/api/v1/:auth_token/effects
POST http://{{ipAddress}}/api/v1/new
DELETE http://{{ipAddress}}/api/v1/:auth_token
GET http://{{ipAddress}}/api/v1/:auth_token/state/on
GET http://{
ENDPOINTS