Skip to main content

Philips Hue API Endpoints

Updated this week

Portal/Instance Identifier: N/A

Base URL:

  • Sandbox/Test: api.meethue.com

    Production/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

Did this answer your question?