Portal/Instance Identifier: N/A
Base URL:
Sandbox/Test:
api.meethue.comProduction/Live:
api.meethue.com
AuthURL:
https://developers.meethue.com/
Table of Contents
Group Endpoints
Get all Groups: (GET)
[BaseURL]/groups
Update Group Action: (PUT)
[BaseURL]/groups/{id}/action
Get all Lights: (GET)
[BaseURL]/lights
Get Lights by Id: (GET)
[BaseURL]/lights/{id}
Update Lights State: (PUT)
[BaseURL]/lights/{id}/state
Authentication Endpoints
Get Access token: (GET)
[AuthURL]/oauth2/token
Get Refresh token: (GET)
[AuthURL]/oauth2/refresh
