Add a user
POST http://{{ipAddress}}/api/v1/new
A user is authorized to access the OpenAPI if they can demonstrate physical access of the Light Panels. The result returned will be a 32-character authorization token that you will use in all of your subsequent calls. Refer to Section 6 of the Nanoleaf Open API Documentation. Note: In this request's test script, the auth token value will be set as an environment variable called Generate an authorization token
http://192.188.x.x:16021/api/v1/new
authToken
. If you already have an authorization token that you'd like to use, update the Qodex environment with your token.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status OK
{
"auth_token": "zbp3aHIDoj0Ox2iAr857WMFck58mOBaL"
} |
ENDPOINTS