# APi request

**URL:** https://community.homey.app/t/api-request/146168
**Category:** Questions & Help
**Tags:** homey-pro, homey-pro-2023
**Created:** [November 30, 2025, 8:32am UTC](https://community.homey.app/t/api-request/146168 "2025-11-30T08:32:58Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Mark\_Ellis](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/mark_ellis/32/124954_2.png) [@Mark\_Ellis](https://community.homey.app/u/Mark_Ellis)
#### Post date: [November 30, 2025, 8:32am UTC](https://community.homey.app/t/api-request/146168/1 "2025-11-30T08:32:58Z")

</div>

Does anyone know how to send an api request to my nanoleaf floor lamp, I have the authorisation code, which I got from Postman on my pc. There is a http request app on the community apps page but it needs updating for Homey Pro early 2023. Any help much appreciated

---

<div class="post-metadata">

### Author: ![Peter\_Kawa](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/peter_kawa/32/173848_2.png) [@Peter\_Kawa](https://community.homey.app/u/Peter_Kawa)
#### Post date: [November 30, 2025, 11:46pm UTC](https://community.homey.app/t/api-request/146168/2 "2025-11-30T23:46:26Z")

</div>

No app needed.  
Use the one with the tag symbol in Advanced Flow. The result of the request will be provided with that tag

 ![Screenshot_20251201_004239_Firefox](https://us1.discourse-cdn.com/flex025/uploads/athom/original/3X/3/2/32fcc1248585d76e0bcbb62feab36dd501f94a4b.jpeg)

---

<div class="post-metadata">

### Author: ![Mark\_Ellis](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/mark_ellis/32/124954_2.png) [@Mark\_Ellis](https://community.homey.app/u/Mark_Ellis)
#### Post date: [December 1, 2025, 7:03am UTC](https://community.homey.app/t/api-request/146168/3 "2025-12-01T07:03:22Z")

</div>

Hi, Thanks for that, but it didn’t work when applied. This is what works on Home Assistant

rest\_command:  
northern\_lights\_lrtv:

```
url: http://192.168.xx.xx:16021/api/v1/ ****Authorization Code\*\*** /effects

method: PUT

payload: '{"select": "Northern Lights"}'

content_type: 'application/json'

```

---

<div class="post-metadata">

### Author: ![robertklep](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/robertklep/32/160628_2.png) [@robertklep](https://community.homey.app/u/robertklep)
#### Post date: [December 1, 2025, 7:28am UTC](https://community.homey.app/t/api-request/146168/4 "2025-12-01T07:28:24Z")

</div>

> [@Mark\_Ellis](#):
>
> but it didn’t work when applied

Show us the card that you used then.

---

<div class="post-metadata">

### Author: ![Mark\_Ellis](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/mark_ellis/32/124954_2.png) [@Mark\_Ellis](https://community.homey.app/u/Mark_Ellis)
#### Post date: [December 1, 2025, 7:38am UTC](https://community.homey.app/t/api-request/146168/5 "2025-12-01T07:38:24Z")

</div>

Hi, Thanks for your help much appreciated, got it to work, just didn’t use headers and put {“select”: “Northern Lights”} in the Body.
