Sign in

List lights

developed⚡ superfast

Retrieve information about the LIFX lights matching the selector.

GET /v1/lights/{selector}Lightsv 198d1fed · auto-generated20 runs
v_198d1fed7320ef08291611d2a67359473ca95529

Fix credential placeholder: {{OAUTH2_ACCESS_TOKEN}} → {{LIFX_PERSONAL_ACCESS_TOKEN}} · agent · 2026-09-05T20:36:04.055Z

parent b53c9e5e30

build build_6583edb4f4f2a3119be36e5cb85876e312ba4040 · isolate

Changes from parent

index.ts (modified)
+++ b/index.ts
@@ -137,7 +137,7 @@
   const response = await fetchWithCredentials(url, {
     method: "GET",
     headers: {
-      Authorization: "Bearer {{OAUTH2_ACCESS_TOKEN}}",
+      Authorization: "Bearer {{LIFX_PERSONAL_ACCESS_TOKEN}}",
       Accept: "application/json",
     },
   });
SKILL.md
+++ b/SKILL.md
@@ -7,3 +7,6 @@
 ## Gotchas
 
 _Auto-generated implementation, not yet reviewed. Add what you learn here: rate limits, pagination, odd status codes, required scopes._
+
+
+- Credentials: keychains field `{{LIFX_PERSONAL_ACCESS_TOKEN}}` (API key); the seed's `{{OAUTH2_ACCESS_TOKEN}}` did not match the provider's auth type.

LIFX — List lights

Retrieve information about the LIFX lights matching the selector.

Endpoint: GET /v1/lights/{selector}

Gotchas

Auto-generated implementation, not yet reviewed. Add what you learn here: rate limits, pagination, odd status codes, required scopes.

  • Credentials: keychains field {{LIFX_PERSONAL_ACCESS_TOKEN}} (API key); the seed's {{OAUTH2_ACCESS_TOKEN}} did not match the provider's auth type.
type:object
additionalProperties:false
0:selector
type:array
description:Array of light objects matching the selector.
type:object